Skip to content

Commit 9a981a5

Browse files
authored
debugging getting changed file
1 parent b875d62 commit 9a981a5

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
@@ -62,9 +62,10 @@ jobs:
6262
6363
# check for missing installations if a file in the easystacks directory is changed
6464
echo "check for missing installation in changed easystack files"
65+
echo ${{ steps.changes.outputs }}
6566
echo ${{ steps.changes.outputs.changed_files }}
6667
67-
for easystack_file in (${{ steps.changes.outputs.changed_files }}); do
68+
for easystack_file in ${{ steps.changes.outputs.changed_files }}; do
6869
echo "check missing installatios for ${easystack_file}..."
6970
./check_missing_installations.sh ${easystack_file}
7071
ec=$?

0 commit comments

Comments
 (0)