Skip to content

Commit d072f33

Browse files
author
Konstantinos Livieratos
authored
Merge pull request #54 from miguelaferreira/patch-1
Update GitHub Actions output syntax
2 parents 5597105 + a0493aa commit d072f33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockerhub/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ echo "running entrypoint command(s)"
2121

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

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

0 commit comments

Comments
 (0)