Skip to content

Commit 567c35a

Browse files
committed
Fix the inputs-path
Signed-off-by: tdruez <[email protected]>
1 parent d75c4a0 commit 567c35a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ runs:
116116
echo "PROJECT_WORK_DIRECTORY=$work_directory" >> $GITHUB_ENV
117117
118118
- name: Copy input files to project work directory
119+
if: ${{ !inputs.input-urls }}
119120
shell: bash
120121
run: |
121122
SOURCE_PATH="${{ inputs.inputs-path }}"

0 commit comments

Comments
 (0)