Skip to content

Commit e338662

Browse files
authored
GitHub actions: address last template-injection issue reported by zizmor (#1437)
Signed-off-by: Marco Pracucci <[email protected]>
1 parent b38febb commit e338662

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-mixins.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ jobs:
6262
**-observ-lib/
6363
matrix: true
6464
- name: List all changed mixins
65-
run: echo '${{ steps.changed-mixins.outputs.all_changed_files }}'
65+
env:
66+
ALL_CHANGED_FILES: ${{ steps.changed-mixins.outputs.all_changed_files }}
67+
run: echo "${ALL_CHANGED_FILES}"
6668

6769
lint-mixin:
6870
name: Test mixin

0 commit comments

Comments
 (0)