Skip to content

Commit

Permalink
Replace formula instead of append.
Browse files Browse the repository at this point in the history
  • Loading branch information
naxgrp-asamji committed Jun 5, 2024
1 parent 11c93a3 commit f54f540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_formula.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- run: |
ERB_ARGS=$(echo $PAYLOAD | jq -rj 'keys[] as $k | "\($k)=\(.[$k]) "')
erb $ERB_ARGS templates/${{ github.event.client_payload.name }}.erb >> Formula/${{ github.event.client_payload.name }}.rb
erb $ERB_ARGS templates/${{ github.event.client_payload.name }}.erb > Formula/${{ github.event.client_payload.name }}.rb
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
git add -A
Expand Down

0 comments on commit f54f540

Please sign in to comment.