Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rasben authored Jul 14, 2023
1 parent be66068 commit c11f461
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ inputs:
type: integer

outputs:
status:
description: 'Status information (Exists if fail)'
url:
description: "The ready-to-connect URL"
value: ${{ steps.platformsh_url.outputs.url }}

runs:
using: "composite"
Expand Down Expand Up @@ -79,7 +78,4 @@ runs:
exit 2; \
fi
echo "url=$URL" >> $DEPLOY_STATUS_URL
echo "url=$URL" >> $GITHUB_OUTPUT
echo "PlatformSH successfully deployed your PR."

0 comments on commit c11f461

Please sign in to comment.