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 7cbcad1 commit 9e1138fCopy full SHA for 9e1138f
.github/workflows/test_e2e_deploy_release.yml
@@ -107,7 +107,7 @@ jobs:
107
run: echo 'value=${{ fromJson(steps.nextPackageInfo.outputs.value).version }}' >> "$GITHUB_OUTPUT"
108
- id: test-result
109
name: Set test result variable
110
- run: echo 'immediately-true=${{ needs.test-deploy.result != 'success' && 'true' || 'false' }}' >> "$GITHUB_OUTPUT"
+ run: echo 'immediately-close=${{ needs.test-deploy.result != 'success' && 'true' || 'false' }}' >> "$GITHUB_OUTPUT"
111
- name: Check token
112
run: gh auth status
113
env:
0 commit comments