Skip to content

Commit

Permalink
Merge pull request #207 from SuperChen-CC/gh-actions
Browse files Browse the repository at this point in the history
update: formatting yaml
  • Loading branch information
cyberchen1995 authored Dec 20, 2023
2 parents 3b51a06 + 85a22c5 commit 05c6937
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/update_package_managers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ on:
tag-name:
description: 'The version to upgrade'
required: true

jobs:
homebrew:
runs-on: ubuntu-latest
steps:
- uses: mislav/bump-homebrew-formula-action@v3
with:
formula-name: opensca-cli
env:
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}


jobs:
homebrew:
runs-on: ubuntu-latest
steps:
- uses: mislav/bump-homebrew-formula-action@v3
with:
formula-name: opensca-cli
env:
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}

0 comments on commit 05c6937

Please sign in to comment.