Skip to content

Commit

Permalink
try plain git
Browse files Browse the repository at this point in the history
  • Loading branch information
reteps committed Oct 4, 2024
1 parent 4bc4b68 commit 2f476b0
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/deploy-sigpwny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,16 @@ jobs:
working-directory: ${{ env.CI_WORKING_DIR }}
- name: Save scheduled discord pings
if: github.ref_name == github.event.repository.default_branch
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore: update workflow schedule"
file_pattern: "*.yml"
commit_user_name: "sigpwny-uiuc"
commit_user_email: "[email protected]"
commit_author: "sigpwny-uiuc <[email protected]>"
run: |
git config user.name github-actions
git config user.email [email protected]
git add .github
git commit -m "chore: update workflow schedule"
git push
# uses: stefanzweifel/git-auto-commit-action@v5
# with:
# commit_message: "chore: update workflow schedule"
# file_pattern: "*.yml"
# commit_user_name: "sigpwny-uiuc"
# commit_user_email: "[email protected]"
# commit_author: "sigpwny-uiuc <[email protected]>"

0 comments on commit 2f476b0

Please sign in to comment.