Skip to content

Commit 334f63d

Browse files
committed
Use github.repository in the reindex job
1 parent 5b36c4b commit 334f63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reindex.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
git commit -a -m "Reindex Blueprints"
4141
git pull --rebase
4242
if [ $? -eq 0 ]; then
43-
git push [email protected]:wordpress/playground-tools.git --follow-tags
43+
git push [email protected]:${{ github.repository }}.git --follow-tags
4444
fi;

0 commit comments

Comments
 (0)