We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54247e4 commit 14c3545Copy full SHA for 14c3545
.github/workflows/update_sitemap.yml
@@ -34,6 +34,6 @@ jobs:
34
run: |
35
git config user.name "sitemap-github-actions[bot]"
36
git config user.email "[email protected]"
37
- git add sitemap.xml sitemap2.xml
+ git add sitemap.xml
38
git commit -m "Update sitemap" || echo "No changes to commit"
39
git push
0 commit comments