Skip to content
This repository was archived by the owner on May 17, 2022. It is now read-only.

Commit bc2f9fb

Browse files
committed
ci: downgrade StackHead to latest release
1 parent 89b83e1 commit bc2f9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Print Ansible and Python version
3131
run: ansible --version && python --version
3232
- name: Get latest StackHead version
33-
run: ansible-galaxy collection install git+https://github.com/getstackhead/stackhead.git,next -f
33+
run: ansible-galaxy collection install git+https://github.com/getstackhead/stackhead.git,v1.2.0 -f
3434
- run: ansible-playbook ./__tests__/test-tf-generation.yml
3535

3636
checkLabel:

0 commit comments

Comments
 (0)