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 fb60afa commit f21def1Copy full SHA for f21def1
1 file changed
.github/workflows/test-positive.yml
@@ -31,7 +31,7 @@ jobs:
31
api_key_id: ${{ secrets.SPACELIFT_API_KEY_ID }}
32
api_key_secret: ${{ secrets.SPACELIFT_API_KEY_SECRET }}
33
34
- - uses: cloudposse/github-action-secret-outputs@0.1.0
+ - uses: cloudposse/github-action-secret-outputs@0.1.1
35
id: result
36
with:
37
secret: ${{ secrets.GHA_SECRET_OUTPUT_PASSPHRASE }}
@@ -45,7 +45,7 @@ jobs:
45
runs-on: ubuntu-latest
46
needs: [test]
47
steps:
48
49
50
51
0 commit comments