Skip to content

Commit 99c7d0b

Browse files
committed
add comment
1 parent ced8a58 commit 99c7d0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

check-project-links/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ runs:
4141
}
4242
trap cleanup EXIT
4343
44-
chmod 644 "$link_file"
44+
chmod 644 "$link_file" # make the file world-readable so that the unprivileged user in the docker container can read it
4545
4646
python3 "$GITHUB_ACTION_PATH/_find_project_links.py" "$PROJECT_DIRECTORY" "$ALLOWED_DOMAINS" "$link_file"
4747

0 commit comments

Comments
 (0)