Skip to content

Commit

Permalink
Configure git information.
Browse files Browse the repository at this point in the history
  • Loading branch information
naxgrp-asamji committed Jun 5, 2024
1 parent 8a46354 commit 59875b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update_formula.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- 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
git config --global user.name "GitHub Actions"
git config --global user.email "actions@github.com"
git add -A
git commit -m "Update ${{ github.event.client_payload.name }} to ${{ github.event.client_payload.version }}"
git push

0 comments on commit 59875b3

Please sign in to comment.