Skip to content

Commit 8dbd85a

Browse files
authored
Update sync_ansible_project.yml
1 parent 8ccda33 commit 8dbd85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync_ansible_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
strategy:
4141
matrix:
42-
dev_id: ${{ fromJSON(vars.PROJECT_DEV_IDs) }}
42+
dev_id: ${{ fromJSON(env.PROJECT_DEV_IDs) }}
4343
# items: [item1, item2, item3, item4] # Replace with your list items
4444
# PROJECT_DEV_IDs: [562, 586, 591, 645, 681, 683, 723, 728, 732, 907]
4545
# PROJECT_PROD_IDs: [513, 535, 576, 598, 705, 730, 749, 758]

0 commit comments

Comments
 (0)