Skip to content

Commit

Permalink
猬嗭笍 Bump vsoch/pull-request-action from 1.0.14 to 1.0.15
Browse files Browse the repository at this point in the history
Bumps [vsoch/pull-request-action](https://github.com/vsoch/pull-request-action) from 1.0.14 to 1.0.15.
- [Release notes](https://github.com/vsoch/pull-request-action/releases)
- [Changelog](https://github.com/vsoch/pull-request-action/blob/master/CHANGELOG.md)
- [Commits](vsoch/pull-request-action@1.0.14...7f0d383)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 16, 2021
1 parent 8cc2de3 commit 4e172ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
context.payload.ref.startsWith("refs/heads/hotfix") ||
context.payload.ref.startsWith("refs/heads/bug");
- name: pull-request-action
uses: vsoch/pull-request-action@1.0.14
uses: vsoch/pull-request-action@1.0.15
if: always() && steps.should-pr.outputs.result
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
Expand Down

0 comments on commit 4e172ab

Please sign in to comment.