There was an error while loading. Please reload this page.
1 parent d75c4a0 commit 567c35aCopy full SHA for 567c35a
1 file changed
action.yml
@@ -116,6 +116,7 @@ runs:
116
echo "PROJECT_WORK_DIRECTORY=$work_directory" >> $GITHUB_ENV
117
118
- name: Copy input files to project work directory
119
+ if: ${{ !inputs.input-urls }}
120
shell: bash
121
run: |
122
SOURCE_PATH="${{ inputs.inputs-path }}"
0 commit comments