Skip to content

Commit

Permalink
Merge pull request #5 from ejsmith/patch-1
Browse files Browse the repository at this point in the history
Use new GitHub Actions output style
  • Loading branch information
brunocascio authored Dec 21, 2023
2 parents 3d574e5 + 74e10d1 commit 2595bdd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/sh -le

result=$(ecs $INPUT_ARGS)
ret_code=$?

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

return $ret_code

0 comments on commit 2595bdd

Please sign in to comment.