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 e200201 commit bf32c3fCopy full SHA for bf32c3f
.github/workflows/test-check_easystacks.yml
@@ -67,7 +67,8 @@ jobs:
67
68
# check for missing installations if a file in the easystacks directory is changed
69
echo "check for missing installation in changed easystack files"
70
- easystack_files=(${{ steps.changes.outputs.changed_files }})
+ easystack_files=(${CHANGED_EASYSTACKS})
71
+ echo $easystack_files
72
73
for easystack_file in ${easystack_files[@]}; do
74
echo "check missing installatios for ${easystack_file}..."
0 commit comments