We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29aa867 commit a3f4fd5Copy full SHA for a3f4fd5
action.yml
@@ -80,7 +80,7 @@ runs:
80
- name: Calculate requirements path
81
id: requirements_path
82
run: |
83
- if [${{ inputs.working-directory }}]
+ if [[ "${{ inputs.working-directory }}" ]]
84
then
85
prefix=${{ inputs.working-directory }}/
86
else
0 commit comments