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 0dae334 commit 8eac3c6Copy full SHA for 8eac3c6
.github/workflows/pull_requests.yml
@@ -58,7 +58,7 @@ jobs:
58
dir_names_max_depth: 2
59
- name: pr-check
60
run: |
61
- export CHANGED_FOLDERS="${{ steps.changed-files.outputs.all_changed_files }}"
+ CHANGED_FOLDERS="${{ steps.changed-files.outputs.all_changed_files }}"
62
if [ -z "${{ github.event.number }}" ]; then
63
CHANGED_FOLDERS=$(find ./quickstarts -maxdepth 1 -mindepth 1 -type d | tr '\n' ',')
64
fi
0 commit comments