We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f77f6 commit 5c49aa0Copy full SHA for 5c49aa0
.github/workflows/tests.yml
@@ -45,6 +45,7 @@ jobs:
45
git config --global user.email "github-actions[bot]@users.noreply.github.com"
46
git config --global user.name "github-actions[bot]"
47
cd docs/wiki
48
+ git remote set-url origin https://x-access-token:${{ github.token }}@github.com/php-fast-forward/container.wiki.git
49
git add .
50
if git diff --cached --quiet; then
51
echo "No changes to commit in submodule"
0 commit comments