We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5597105 + a0493aa commit d072f33Copy full SHA for d072f33
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