Skip to content

Commit bf32c3f

Browse files
committed
use the set env_var instead of the dorny action
1 parent e200201 commit bf32c3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-check_easystacks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ jobs:
6767
6868
# check for missing installations if a file in the easystacks directory is changed
6969
echo "check for missing installation in changed easystack files"
70-
easystack_files=(${{ steps.changes.outputs.changed_files }})
70+
easystack_files=(${CHANGED_EASYSTACKS})
71+
echo $easystack_files
7172
7273
for easystack_file in ${easystack_files[@]}; do
7374
echo "check missing installatios for ${easystack_file}..."

0 commit comments

Comments
 (0)