Skip to content

Commit

Permalink
commint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
appujet committed Oct 6, 2024
1 parent 2594d7d commit 7550182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main .yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
git add nodes.json # Add the modified file to the commit
git add .
git diff-index --quiet HEAD || git commit -m "Update Nodes"
git push

0 comments on commit 7550182

Please sign in to comment.