Skip to content

Commit

Permalink
ci: 👷 update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Apr 20, 2024
1 parent 324b0ac commit 4159e23
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/brew-tap/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
HOMEBREW_GITHUB_API_TOKEN: ${{ inputs.HOMEBREW_GITHUB_API_TOKEN }}
shell: bash -ieo pipefail {0}
run: |
brew tap brewforge/chinese
brew tap brewforge/extras
brew update
- name: Install Homebrew's dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/bump-casks/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ runs:
# 1 concurrent parallel jobs, 1 second delay between jobs.
run: |
parallel -j1 --delay 1s --group --halt now,fail=1 \
"./.github/actions/bump-casks/script.sh brewforge/chinese/{}" \
::: $(ls $(brew --repository brewforge/chinese)/Casks/*.rb | xargs -I {} basename {} .rb)
"./.github/actions/bump-casks/script.sh brewforge/extras/{}" \
::: $(ls $(brew --repository brewforge/extras)/Casks/*.rb | xargs -I {} basename {} .rb)
4 changes: 2 additions & 2 deletions .github/actions/bump-formulas/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ runs:
# 1 concurrent parallel jobs, 1 second delay between jobs.
run: |
parallel -j1 --delay 1s --group --halt now,fail=1 \
"./.github/actions/bump-formulas/script.sh brewforge/chinese/{}" \
::: $(ls $(brew --repository brewforge/chinese)/Formula/*.rb | xargs -I {} basename {} .rb)
"./.github/actions/bump-formulas/script.sh brewforge/extras/{}" \
::: $(ls $(brew --repository brewforge/extras)/Formula/*.rb | xargs -I {} basename {} .rb)

0 comments on commit 4159e23

Please sign in to comment.