File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,12 @@ jobs:
39
39
run : pipenv install --dev
40
40
41
41
- name : Checkout ansible-playbook-airflow (private)
42
- uses : actions/checkout@v3
42
+ uses : actions/checkout@v4
43
43
with :
44
44
repository : tulibraries/ansible-playbook-airflow
45
45
token : ${{ secrets.MY_PAT }}
46
46
path : ansible-playbook-airflow
47
+ ref : main
47
48
48
49
- name : Run Ansible Airflow Playbook for Prod
49
50
run : |
Original file line number Diff line number Diff line change @@ -36,11 +36,12 @@ jobs:
36
36
run : pipenv install --dev
37
37
38
38
- name : Checkout ansible-playbook-airflow (private)
39
- uses : actions/checkout@v3
39
+ uses : actions/checkout@v4
40
40
with :
41
41
repository : tulibraries/ansible-playbook-airflow
42
42
token : ${{ secrets.MY_PAT }}
43
43
path : ansible-playbook-airflow
44
+ ref : qa
44
45
45
46
- name : Run Ansible Airflow Playbook for QA
46
47
run : |
You can’t perform that action at this time.
0 commit comments