Skip to content

Commit 3433fd9

Browse files
committed
nicer looks in the auto submodule-update workflow
1 parent 4fd5766 commit 3433fd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-pr-submodules.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
createPullRequest:
12-
if: ${{ contains(github.ref, 'master') }}
12+
if: contains(github.ref, 'master')
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v2
@@ -22,7 +22,7 @@ jobs:
2222
- name: Create Pull Request
2323
uses: peter-evans/create-pull-request@v3
2424
with:
25-
token: ${{ secrets.GITHUB_TOKEN }}
25+
token: ${{ github.token }}
2626
commit-message: Update All Submodules to Remote Latest
2727
title: 'Update All Submodules to Remote Latest'
2828
branch: create-pull-request/submodules-auto-update

0 commit comments

Comments
 (0)