Skip to content

Commit

Permalink
Merge pull request #14 from reload/rasben-patch-3
Browse files Browse the repository at this point in the history
Update action.yml
  • Loading branch information
rasben authored Sep 9, 2024
2 parents 07ea685 + a19e037 commit dd8d0ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ outputs:
value: ${{ steps.platformsh_url.outputs.url }}
state:
description: "The state of the deployment, parseable by GitHub Deployment Status"
value: "pending"
value: ${{ steps.platformsh_deploy_status.outputs.state }}
state_description:
description: "Short description of the state, such as error message."
value: "The deployment is pending."
value: ${{ steps.platformsh_deploy_status.outputs.state_description }}

runs:
using: "composite"
Expand All @@ -70,6 +70,7 @@ runs:
ACTIVITY_TYPES: ${{ inputs.ACTIVITY_TYPES }}

- name: Check latest deploy status
id: platformsh_deploy_status
shell: bash
run: |
set +e
Expand Down

0 comments on commit dd8d0ce

Please sign in to comment.