We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5597105 commit a0493aaCopy full SHA for a0493aa
1 file changed
dockerhub/entrypoint.sh
@@ -21,4 +21,4 @@ echo "running entrypoint command(s)"
21
22
response=$(sh -c " $INPUT_COMMAND")
23
24
-echo "::set-output name=response::$response"
+echo "response=$response" >> $GITHUB_OUTPUT
0 commit comments