Skip to content

Commit 8eac3c6

Browse files
committed
update pull_requests.yml
1 parent 0dae334 commit 8eac3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
dir_names_max_depth: 2
5959
- name: pr-check
6060
run: |
61-
export CHANGED_FOLDERS="${{ steps.changed-files.outputs.all_changed_files }}"
61+
CHANGED_FOLDERS="${{ steps.changed-files.outputs.all_changed_files }}"
6262
if [ -z "${{ github.event.number }}" ]; then
6363
CHANGED_FOLDERS=$(find ./quickstarts -maxdepth 1 -mindepth 1 -type d | tr '\n' ',')
6464
fi

0 commit comments

Comments
 (0)