Skip to content

Commit

Permalink
Fixed missing user email+name config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiger-Tom committed Dec 11, 2023
1 parent 8f1caf9 commit a472d0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
run: "rm ./key.pyk"
- name: "Commit and push changes"
run: |
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
git config user.name github-actions
git add "$MAN_PATH/MANIFEST.ini"
git commit -m "Automatic manifest update for ${{ inputs.path }} (triggered by ${{ github.actor }}: ${{ github.sha }})"
git push

0 comments on commit a472d0e

Please sign in to comment.