Skip to content

Commit

Permalink
Merge pull request #6 from dils0n/master
Browse files Browse the repository at this point in the history
Deprecating save-state and set-output commands -- update
  • Loading branch information
christian-draeger authored Oct 21, 2022
2 parents c04c320 + d97445a commit 908f99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ main() {

echo "value of '$key': $result"
# shellcheck disable=SC2001
echo "::set-output name=$(echo "$key" | sed 's/[^A-Za-z0-9_]/-/g')::$result"
echo "$(echo "$key" | sed 's/[^A-Za-z0-9_]/-/g')=$result" >> $GITHUB_OUTPUT
done
}

Expand Down

0 comments on commit 908f99d

Please sign in to comment.