We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b36c4b commit 334f63dCopy full SHA for 334f63d
.github/workflows/reindex.yml
@@ -40,5 +40,5 @@ jobs:
40
git commit -a -m "Reindex Blueprints"
41
git pull --rebase
42
if [ $? -eq 0 ]; then
43
- git push [email protected]:wordpress/playground-tools.git --follow-tags
+ git push [email protected]:${{ github.repository }}.git --follow-tags
44
fi;
0 commit comments