Skip to content

Commit

Permalink
Chat GPT updated the script
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuchoff committed Jul 23, 2024
1 parent 1c631a8 commit fddf315
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/chatgptmadethis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ jobs:
git config --global user.name 'github-actions[bot]'
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
git add .
git commit -m "Automated update by GitHub Action"
git push
git commit -m "Automated update by GitHub Action" || echo "No changes to commit"
- name: Push changes
uses: ad-m/github-push-action@master
uses: ad-m/github-push-action@v0.6.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fddf315

Please sign in to comment.