Skip to content

Commit

Permalink
Fix the derp in the Add License workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamdby committed Mar 18, 2024
1 parent f61a615 commit 0350dbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/add-license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
python scripts/add_license.py
- name: Commit changes
if: steps.changes.outputs.changes == true
run: |
git config --global user.name "GitHub Actions Bot"
git config --global user.email "[email protected]"
Expand Down

0 comments on commit 0350dbf

Please sign in to comment.