Skip to content

Commit

Permalink
Update submodules.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rebortg authored Feb 10, 2024
1 parent 9abd604 commit 3a6dffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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: |
Expand Down

0 comments on commit 3a6dffd

Please sign in to comment.