Skip to content

Commit 2bd1541

Browse files
authored
Update sync_ansible_project.yml
1 parent 637c9c3 commit 2bd1541

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

.github/workflows/sync_ansible_project.yml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ on:
1010
# - name: my-step
1111
# run: echo "Hello World!"
1212
# Add a note
13-
env:
14-
# NUMBERS: '1, 2, 3, 4, 5, 6, 7, 8, 9, 10'
15-
PROJECT_DEV_IDs: '562, 586, 591, 645, 681, 683, 723, 728, 732, 907'
16-
PROJECT_PROD_IDs: '513, 535, 576, 598, 705, 730, 749, 758'
13+
# env:
14+
# # NUMBERS: '1, 2, 3, 4, 5, 6, 7, 8, 9, 10'
15+
# PROJECT_DEV_IDs: '562, 586, 591, 645, 681, 683, 723, 728, 732, 907'
16+
# PROJECT_PROD_IDs: '513, 535, 576, 598, 705, 730, 749, 758'
1717
# PROJECT_DEV_IDs:
1818
# - 562 # RHEL Automation - main
1919
# - 586 # RHEL 8 STIG - dev - development
@@ -39,15 +39,9 @@ jobs:
3939
runs-on: ubuntu-latest
4040
strategy:
4141
matrix:
42-
PROJECT_DEV_IDs: [562, 586, 591, 645, 681, 683, 723, 728, 732, 907]
43-
PROJECT_PROD_IDs: [513, 535, 576, 598, 705, 730, 749, 758]
42+
items: [item1, item2, item3, item4]
4443
steps:
4544
- name: Display items
46-
run: echo 'Item: ${{ matrix.PROJECT_DEV_IDs }}'
45+
run: echo "Item: ${{ matrix.items }}"
46+
4747

48-
# Something new
49-
# uses: actions/checkout@v4
50-
# uses: ricky-defaults/sync_ansible_project@feature/action-test
51-
# with:
52-
# items: ${{ env.PROJECT_DEV_IDs }}
53-
# command: 'echo "Count $ITEM"'

0 commit comments

Comments
 (0)