There was an error while loading. Please reload this page.
1 parent ced8a58 commit 99c7d0bCopy full SHA for 99c7d0b
1 file changed
check-project-links/action.yml
@@ -41,7 +41,7 @@ runs:
41
}
42
trap cleanup EXIT
43
44
- chmod 644 "$link_file"
+ chmod 644 "$link_file" # make the file world-readable so that the unprivileged user in the docker container can read it
45
46
python3 "$GITHUB_ACTION_PATH/_find_project_links.py" "$PROJECT_DIRECTORY" "$ALLOWED_DOMAINS" "$link_file"
47
0 commit comments