Skip to content

Commit

Permalink
chore: update refs to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F authored Jan 18, 2024
1 parent 92669af commit 1353285
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion can-i-deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
pact-can-i-deploy:
runs-on: ubuntu-latest
steps:
- uses: pactflow/actions/can-i-deploy@v1.0.1
- uses: pactflow/actions/can-i-deploy@v1.2.0
env:
version: "1.0.1" # The pacticipant/application version.
to_environment: "environment_name" # The environment into which the pacticipant(s) are to be
Expand Down
2 changes: 1 addition & 1 deletion create-or-update-version/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
steps:
# MANDATORY: Must use 'checkout' first
- uses: actions/checkout@v2
- uses: pactflow/actions/create-or-update-version@v1.1.0
- uses: pactflow/actions/create-or-update-version@v1.2.0
```
2 changes: 1 addition & 1 deletion create-version-tag/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
pact-create-tag:
runs-on: ubuntu-latest
steps:
- uses: pactflow/actions/create-version-tag@v1.0.1
- uses: pactflow/actions/create-version-tag@v1.2.0
env:
tag: prod
```
2 changes: 1 addition & 1 deletion delete-branch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
pact-delete-branch:
runs-on: ubuntu-latest
steps:
- uses: pactflow/actions/delete-branch@v1.0.1
- uses: pactflow/actions/delete-branch@v1.2.0
env:
branch: "test" # The branch name
error_when_not_found: false # (Optional) - Raise an error if the branch that is to be deleted is not found, default true
Expand Down
2 changes: 1 addition & 1 deletion publish-pact-files/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
# MANDATORY: Must use 'checkout' first
- uses: actions/checkout@v2
- uses: pactflow/actions/publish-pact-files@v1.0.1
- uses: pactflow/actions/publish-pact-files@v1.2.0
env:
pactfiles: src/pactfiles
tags: foo # Optional
Expand Down
2 changes: 1 addition & 1 deletion publish-provider-contract-legacy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
# MANDATORY: Must use 'checkout' first
- uses: actions/checkout@v2
- uses: pactflow/actions/publish-provider-contract-legacy@v1.0.1
- uses: pactflow/actions/publish-provider-contract-legacy@v1.2.0
env:
oas_file: src/oas/user.yml
results_file: src/results/report.md
Expand Down
4 changes: 2 additions & 2 deletions publish-provider-contract/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
- uses: actions/checkout@v2
- name: Publish provider contract on passing test run
if: success()
uses: pactflow/actions/publish-provider-contract@v1.0.1
uses: pactflow/actions/publish-provider-contract@v1.2.0
env:
oas_file: src/oas/user.yml
results_file: src/results/report.md
- name: Publish provider contract on failing test run
# ensure we publish results even if the tests fail
if: failure()
uses: pactflow/actions/publish-provider-contract@v1.0.1
uses: pactflow/actions/publish-provider-contract@v1.2.0
env:
oas_file: src/oas/user.yml
results_file: src/results/report.md
Expand Down
2 changes: 1 addition & 1 deletion record-deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
needs: can-i-deploy
runs-on: ubuntu-latest
steps:
- uses: pactflow/actions/record-deployment@v1.0.1
- uses: pactflow/actions/record-deployment@v1.2.0
env:
version: "1.0.1"
environment: "test"
Expand Down

0 comments on commit 1353285

Please sign in to comment.