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 0123229 commit 96a8b8eCopy full SHA for 96a8b8e
1 file changed
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
12
setup_job:
13
runs-on: ubuntu-latest
14
- container: orgflow/cli:1.3.x
+ container: orgflow/cli:1.4.x
15
name: Setup
16
outputs:
17
stack-name: ${{ steps.create_stack.outputs.stack-name }}
@@ -41,7 +41,7 @@ jobs:
41
uses: ./
42
id: setup
43
with:
44
- version: "1.3"
+ version: "1.4"
45
license-key: ${{ secrets.ORGFLOW_LICENSEKEY }}
46
salesforce-username: ${{ secrets.SALESFORCE_USERNAME }}
47
salesforce-password: ${{ secrets.SALESFORCE_PASSWORD }}
@@ -61,7 +61,7 @@ jobs:
61
62
teardown_job:
63
64
65
name: Teardown
66
needs: [setup_job, test_job]
67
if: ${{ always() }}
0 commit comments