Skip to content

Commit

Permalink
Merge pull request #54 from miguelaferreira/patch-1
Browse files Browse the repository at this point in the history
Update GitHub Actions output syntax
  • Loading branch information
Konstantinos Livieratos authored Jan 26, 2023
2 parents 5597105 + a0493aa commit d072f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerhub/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ echo "running entrypoint command(s)"

response=$(sh -c " $INPUT_COMMAND")

echo "::set-output name=response::$response"
echo "response=$response" >> $GITHUB_OUTPUT

0 comments on commit d072f33

Please sign in to comment.