diff --git a/README.md b/README.md new file mode 100644 index 0000000..f6e7825 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +Sets all permissions in to . +Needed for self-hosted runners that don't run as root. +Requires passwordless sudo \ No newline at end of file diff --git a/action.yml b/action.yml index 191a043..27a8f2b 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: "Clean permissions" -description: "Sets all permissions in to . Needed for self-hosted runners that don't run as root. Requires passwordless sudo" +description: "Sets all permissions in github work dir to current user" runs: using: "composite"