Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
reteps committed Oct 4, 2024
1 parent 562415e commit 5a78d5e
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 @@ -73,12 +73,12 @@ jobs:
env:
WORKFLOW_PAT: ${{ secrets.WORKFLOW_PAT }}
run: |
git remote set-url foo "https://[email protected]/sigpwny/websites.git/"
git remote set-url origin "https://[email protected]/sigpwny/websites.git/"
git config user.name sigpwny-uiuc
git config user.email [email protected]
git add .github
git commit -m "chore: update workflow schedule"
git push foo main
git push origin main
# uses: stefanzweifel/git-auto-commit-action@v5
# with:
# commit_message: "chore: update workflow schedule"
Expand Down

0 comments on commit 5a78d5e

Please sign in to comment.