diff options
author | Robert Göhler <github@ghlr.de> | 2024-02-10 21:45:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-10 21:45:53 +0100 |
commit | 3a6dffdbd430c0ddd4bc088f1945a1e4e043e17b (patch) | |
tree | 33a4267c0172ba372cc050fd161f129d49862fb9 /.github | |
parent | 9abd60430d74c3fe2d2d10ee8f9ff7866832db5f (diff) | |
download | vyos-documentation-3a6dffdbd430c0ddd4bc088f1945a1e4e043e17b.tar.gz vyos-documentation-3a6dffdbd430c0ddd4bc088f1945a1e4e043e17b.zip |
Update submodules.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/submodules.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/submodules.yml b/.github/workflows/submodules.yml index 4988d51b..4387d7fe 100644 --- a/.github/workflows/submodules.yml +++ b/.github/workflows/submodules.yml @@ -79,7 +79,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - repository: ${{ secrets.PR_ACTION_DOCUMENTATION_SUBMODULE_UPDATE }} + repository: ${{ github.repository }} ref: equuleus - name: update submodule run: | @@ -99,7 +99,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v6 with: - token: ${{secrets.GITHUB_TOKEN}} + token: ${{ secrets.PR_ACTION_DOCUMENTATION_SUBMODULE_UPDATE }} commit-message: "Github: update equuleus branch" title: "Github: update equuleus branch" body: | |