Skip to content

Commit

Permalink
nicer looks in the auto submodule-update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
agorararmard committed Feb 16, 2021
1 parent 1b513a9 commit 83838f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-pr-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 83838f1

Please sign in to comment.