Skip to content

Commit

Permalink
Update print.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Circuit-Overtime authored Jan 30, 2025
1 parent df109a2 commit dd6cb00
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/print.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@ jobs:
else
echo "[$JSON_OBJECT]" > projects.json
fi
- name: Fetch before push
run: |
git fetch origin main
- name: Commit and push changes
run: |
git config --global user.name 'GitHub Actions Bot'
git config --global user.email 'actions@github.com'
git add projects.json
git commit -m "Update projects.json with issue body"
git push origin HEAD:main
git checkout -b projects
git push origin projects

0 comments on commit dd6cb00

Please sign in to comment.