Skip to content

Commit 58af416

Browse files
authored
🔀 Merge #100 (⬆️ Bump vsoch/pull-request-action from 1.0.13 to 1.0.14)
⬆️ Bump vsoch/pull-request-action from 1.0.13 to 1.0.14
2 parents 237bfde + b25bfc7 commit 58af416

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/feature-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: pull-request-action
13-
uses: vsoch/[email protected].13
13+
uses: vsoch/[email protected].14
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
1616
BRANCH_PREFIX: "feature-"

.github/workflows/pull-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
context.payload.ref.startsWith("refs/heads/hotfix") ||
6666
context.payload.ref.startsWith("refs/heads/bug");
6767
- name: pull-request-action
68-
uses: vsoch/[email protected].13
68+
uses: vsoch/[email protected].14
6969
if: always() && steps.should-pr.outputs.result
7070
env:
7171
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

0 commit comments

Comments
 (0)