Skip to content

Commit

Permalink
set email
Browse files Browse the repository at this point in the history
  • Loading branch information
reteps committed Oct 4, 2024
1 parent 83597a7 commit 562415e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-sigpwny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
WORKFLOW_PAT: ${{ secrets.WORKFLOW_PAT }}
run: |
git remote set-url foo "https://[email protected]/sigpwny/websites.git/"
git config user.name github-actions
git config user.email github-actions@github.com
git config user.name sigpwny-uiuc
git config user.email sigpwny@gmail.com
git add .github
git commit -m "chore: update workflow schedule"
git push foo main
Expand Down

0 comments on commit 562415e

Please sign in to comment.