Skip to content

Commit 63c570d

Browse files
authored
docs: note that symlinks are not followed (#323)
Fixes GH-66
1 parent 14963a4 commit 63c570d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585

8686
- `labels`: (Optional) List of key-value pairs to set as function labels in the form `label1=VALUE1,label2=VALUE2`. All existing labels will be removed, even if this parameter is not passed.
8787

88-
- `source_dir`: (Optional) Source directory for the function. Defaults to current directory.
88+
- `source_dir`: (Optional) Source directory for the function. Defaults to current directory. The action does **not** follow symlinks to directories or files when generating the upload artifact.
8989

9090
- `project_id`: (Optional) ID of the Google Cloud project. If provided, this will override the project configured in the environment.
9191

0 commit comments

Comments
 (0)