Skip to content

Commit ad3ece3

Browse files
committed
also not a public module
1 parent d37c307 commit ad3ece3

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

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-
python3 "$GITHUB_ACTION_PATH/find_project_links.py" "$PROJECT_DIRECTORY" "$ALLOWED_DOMAINS" "$link_file"
44+
python3 "$GITHUB_ACTION_PATH/_find_project_links.py" "$PROJECT_DIRECTORY" "$ALLOWED_DOMAINS" "$link_file"
4545
4646
if [ ! -s "$link_file" ]; then
4747
echo "No trusted project links found under $PROJECT_DIRECTORY."

0 commit comments

Comments
 (0)