Skip to content

Commit 7818cb5

Browse files
authored
Update sync_ansible_project.yml
1 parent 2bd1541 commit 7818cb5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/sync_ansible_project.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
strategy:
4141
matrix:
42-
items: [item1, item2, item3, item4]
42+
items: [item1, item2, item3, item4] # Replace with your list items
4343
steps:
44-
- name: Display items
45-
run: echo "Item: ${{ matrix.items }}"
46-
47-
44+
- name: Print item
45+
run: echo "Item: ${{ matrix.items }}"

0 commit comments

Comments
 (0)