Skip to content

Commit

Permalink
fixing repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenifer Tabita Ciuciu-Kiss committed Jun 13, 2024
1 parent 6b2c3d1 commit 983f3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
if git commit --no-verify -m "docs: Regenerate index.html"; then
# rebase and push in a retry loop
for i in {1..5}; do
git pull --rebase && git push https://${{ secrets.TOKEN }}@github.com/${{ github.repository_owner }}/${{ github.repository }}.git && break || sleep 1
git pull --rebase && git push https://${{ secrets.TOKEN }}@github.com/${{ github.repository }}.git && break || sleep 1
done
fi
Expand Down

0 comments on commit 983f3aa

Please sign in to comment.