Added many, many more actions.
This commit is contained in:
@@ -29,8 +29,8 @@ runs:
|
||||
|
||||
echo $USER_UID:$USER_GID
|
||||
|
||||
echo "::set-output name=uid::$USER_UID"
|
||||
echo "::set-output name=gid::$USER_GID"
|
||||
echo "uid=$USER_UID" >> "$GITHUB_OUTPUT"
|
||||
echo "gid=$USER_GID" >> "$GITHUB_OUTPUT"
|
||||
shell: bash
|
||||
- name: "Take ownership of output."
|
||||
uses: act/common/distros/busybox@master
|
||||
|
||||
Reference in New Issue
Block a user