We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 069da0a commit 654d5ebCopy full SHA for 654d5eb
.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].13
+ uses: vsoch/[email protected].14
69
if: always() && steps.should-pr.outputs.result
70
env:
71
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
0 commit comments