We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbaf86 commit f58cd04Copy full SHA for f58cd04
.github/workflows/test_pact_cli_tools_cross_os.yml
@@ -15,7 +15,7 @@ on:
15
PACT_CLI_STANDALONE_VERSION:
16
description: Tag from https://github.com/pact-foundation/pact-ruby-standalone/releases
17
required: true
18
- default: 1.88.90
+ default: 1.89.00
19
type: string
20
21
env:
@@ -105,4 +105,4 @@ jobs:
105
run: make can_i_deploy
106
- name: 🚀 Deploy
107
run: make deploy
108
- # if: github.ref == 'refs/heads/main' # note this is set in our Makefile
+ # if: github.ref == 'refs/heads/main' # note this is set in our Makefile
0 commit comments