Skip to content

Commit

Permalink
🔀 Merge #72 (⬆️ Bump vsoch/pull-request-action from 1.0.12 to 1.0.13)
Browse files Browse the repository at this point in the history
⬆️ Bump vsoch/pull-request-action from 1.0.12 to 1.0.13
  • Loading branch information
pabio-escobar authored Dec 21, 2020
2 parents f8bf92c + 08e80c8 commit d20b1d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/feature-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: pull-request-action
uses: vsoch/[email protected].12
uses: vsoch/[email protected].13
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
BRANCH_PREFIX: "feature-"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hotfix-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: pull-request-action
uses: vsoch/[email protected].12
uses: vsoch/[email protected].13
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
BRANCH_PREFIX: "hotfix-"
Expand Down
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/[email protected].12
uses: vsoch/[email protected].13
if: always() && steps.should-pr.outputs.result
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
Expand Down

0 comments on commit d20b1d9

Please sign in to comment.