Skip to content

Commit

Permalink
fix: Storing deploymentId to setOuput instead of setEnv (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
NSSPKrishna authored Aug 21, 2024
1 parent ff36915 commit f1c337f
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 f1c337f

Please sign in to comment.