Skip to content

Commit 12fed33

Browse files
authored
Merge pull request #17 from im-open/readme-fix
Update README.md
2 parents 8bbb82b + 6f0a2c5 commit 12fed33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
token: ${{ secrets.GITHUB_TOKEN }} # If a different token is used, update github-login with the corresponding account
7777
environment: 'QA'
7878
release-ref: ${{ github.event.inputs.branchTagOrSha }}
79-
deploy-status: ${{ steps.deploy-to-qa.outcome }} # outcome is the result of the step before continue-on-error is applied, i.e. [error|failure|success]
79+
deployment-status: ${{ steps.deploy-to-qa.outcome }} # outcome is the result of the step before continue-on-error is applied, i.e. [error|failure|success]
8080
deployment-description: ${{ steps.deploy-to-qa.outcome }} # information that may add supporting information to the status/result
8181
entity: deployments-experiment
8282
instance: ${{ inputs.instance }}

0 commit comments

Comments
 (0)