Skip to content

Commit 8a1d9e8

Browse files
chore: Fix CI job syntax
1 parent 70fdaba commit 8a1d9e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install Ansible
3434
run: |
3535
python -m pip install --upgrade pip
36-
pip install https://github.com/ansible/ansible/archive/stable-${{ matrix.ansible }}.tar.gz --disable-pip-version-check
36+
pip install https://github.com/ansible/ansible/archive/stable-${{ matrix.ansible_version }}.tar.gz --disable-pip-version-check
3737
pip install ansible-lint
3838
3939
- name: Install PAN-OS collection

0 commit comments

Comments
 (0)