Skip to content

Commit 5c49aa0

Browse files
committed
Update GitHub Actions
1 parent 14f77f6 commit 5c49aa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
git config --global user.email "github-actions[bot]@users.noreply.github.com"
4646
git config --global user.name "github-actions[bot]"
4747
cd docs/wiki
48+
git remote set-url origin https://x-access-token:${{ github.token }}@github.com/php-fast-forward/container.wiki.git
4849
git add .
4950
if git diff --cached --quiet; then
5051
echo "No changes to commit in submodule"

0 commit comments

Comments
 (0)