Skip to content

Commit a0493aa

Browse files
Update GitHub Actions output syntax
Fixes #53
1 parent 5597105 commit a0493aa

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)