We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc2de3 commit 4e172abCopy full SHA for 4e172ab
.github/workflows/pull-request.yml
@@ -65,7 +65,7 @@ jobs:
65
context.payload.ref.startsWith("refs/heads/hotfix") ||
66
context.payload.ref.startsWith("refs/heads/bug");
67
- name: pull-request-action
68
- uses: vsoch/[email protected].14
+ uses: vsoch/[email protected].15
69
if: always() && steps.should-pr.outputs.result
70
env:
71
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
0 commit comments