From 3433fd994a480341cab2b76a541f032d8b4eca94 Mon Sep 17 00:00:00 2001 From: agorararmard Date: Tue, 16 Feb 2021 16:29:23 +0000 Subject: [PATCH] nicer looks in the auto submodule-update workflow --- .github/workflows/auto-pr-submodules.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-pr-submodules.yml b/.github/workflows/auto-pr-submodules.yml index 98f398551..79e30c2c6 100644 --- a/.github/workflows/auto-pr-submodules.yml +++ b/.github/workflows/auto-pr-submodules.yml @@ -9,7 +9,7 @@ on: jobs: createPullRequest: - if: ${{ contains(github.ref, 'master') }} + if: contains(github.ref, 'master') runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -22,7 +22,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v3 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ github.token }} commit-message: Update All Submodules to Remote Latest title: 'Update All Submodules to Remote Latest' branch: create-pull-request/submodules-auto-update