Skip to content

Commit 65b8cfd

Browse files
committed
evn => vars
1 parent 554eac6 commit 65b8cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
openstack_version: ${{ fromJSON(format('[{0}]', inputs.openstack_version || env.OPENSTACK_VERSIONS )) }}
32+
openstack_version: ${{ fromJSON(format('[{0}]', inputs.openstack_version || vars.OPENSTACK_VERSIONS )) }}
3333
php_version: [ 8.1 ]
3434
ubuntu_version: [ 22.04 ]
3535
runs-on: ubuntu-${{ matrix.ubuntu_version }}

0 commit comments

Comments
 (0)