Skip to content

Commit 7e9f360

Browse files
authored
Updated sync workflow: self link changed to a var.
1 parent 8043545 commit 7e9f360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_from_nginx_documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
echo "${{ secrets.UPDATE_REPO }}" | ssh-add -
2121
git clone https://github.com/nginx/documentation.git
2222
cd documentation
23-
git remote add private [email protected]:nginx/documentation-private.git
23+
git remote add private [email protected]:${{ github.repository }}.git
2424
git checkout -b public
2525
git push private public

0 commit comments

Comments
 (0)