Skip to content

Commit c11f461

Browse files
authored
Update action.yml
1 parent be66068 commit c11f461

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

action.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@ inputs:
3434
type: integer
3535

3636
outputs:
37-
status:
38-
description: 'Status information (Exists if fail)'
3937
url:
4038
description: "The ready-to-connect URL"
39+
value: ${{ steps.platformsh_url.outputs.url }}
4140

4241
runs:
4342
using: "composite"
@@ -79,7 +78,4 @@ runs:
7978
exit 2; \
8079
fi
8180
82-
echo "url=$URL" >> $DEPLOY_STATUS_URL
83-
echo "url=$URL" >> $GITHUB_OUTPUT
84-
8581
echo "PlatformSH successfully deployed your PR."

0 commit comments

Comments
 (0)