Skip to content

Commit

Permalink
fix: Storing deploymentId to setOuput instead of setEnv
Browse files Browse the repository at this point in the history
  • Loading branch information
NSSPKrishna committed Aug 21, 2024
1 parent ff36915 commit ee33a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ if [ $exitStatus -ne 0 ]; then
fi

deploymentId=$(echo "$result" | grep deploymentId | cut -d '"' -f4- | cut -d '"' -f1)
echo "deploymentId=$deploymentId" >> $GITHUB_ENV
echo "deploymentId=$deploymentId" >> "${GITHUB_OUTPUT}"

exit $exitStatus

0 comments on commit ee33a45

Please sign in to comment.