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 b626770 commit 6c50addCopy full SHA for 6c50add
.github/workflows/preview-build.yml
@@ -117,7 +117,6 @@ jobs:
117
id: check-files
118
uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1
119
with:
120
- safe_output: false # set to false because we are using an environment variable to store the output and avoid command injection.
121
files: ${{ inputs.path-pattern != '' && inputs.path-pattern || '**' }}
122
123
- name: Checkout
0 commit comments