Skip to content

Commit 0ef745d

Browse files
authored
Update test-loop.yml
1 parent e57d0e9 commit 0ef745d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/test-loop.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Sync Ansible Project
2+
name: Test Loop
33
on:
44
push:
55
branches: [development]
@@ -17,6 +17,14 @@ jobs:
1717
run: |
1818
echo 'colors=["red", "green", "blue"]' >> "$GITHUB_OUTPUT"
1919
20+
print-output:
21+
runs-on: ubuntu-latest
22+
needs: define-matrix
23+
steps:
24+
- name: Print variable
25+
run: |
26+
echo ${{ needs.define-matrix.outputs.colors }}
27+
2028
produce-artifacts:
2129
runs-on: ubuntu-latest
2230
needs: define-matrix

0 commit comments

Comments
 (0)