mirror of
https://github.com/AnandChowdhary/package-version-action.git
synced 2025-12-06 07:48:12 +08:00
⬆️ Bump vsoch/pull-request-action from 1.0.13 to 1.0.14
Bumps [vsoch/pull-request-action](https://github.com/vsoch/pull-request-action) from 1.0.13 to 1.0.14. - [Release notes](https://github.com/vsoch/pull-request-action/releases) - [Changelog](https://github.com/vsoch/pull-request-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/vsoch/pull-request-action/compare/1.0.13...6d137cdd42f96a8378cde8921b179faa1f1a72d9) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
@@ -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.13
|
||||
uses: vsoch/pull-request-action@1.0.14
|
||||
if: always() && steps.should-pr.outputs.result
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
|
||||
|
||||
Reference in New Issue
Block a user