Skip to content

Commit e195d19

Browse files
committed
Update GitHub Actions
1 parent fe9db39 commit e195d19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

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

0 commit comments

Comments
 (0)