Skip to content

Commit e1b4a53

Browse files
authored
Add branch refs (#1744)
1 parent 0c5c620 commit e1b4a53

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/prod-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,12 @@ jobs:
3939
run: pipenv install --dev
4040

4141
- name: Checkout ansible-playbook-airflow (private)
42-
uses: actions/checkout@v3
42+
uses: actions/checkout@v4
4343
with:
4444
repository: tulibraries/ansible-playbook-airflow
4545
token: ${{ secrets.MY_PAT }}
4646
path: ansible-playbook-airflow
47+
ref: main
4748

4849
- name: Run Ansible Airflow Playbook for Prod
4950
run: |

.github/workflows/qa-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@ jobs:
3636
run: pipenv install --dev
3737

3838
- name: Checkout ansible-playbook-airflow (private)
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040
with:
4141
repository: tulibraries/ansible-playbook-airflow
4242
token: ${{ secrets.MY_PAT }}
4343
path: ansible-playbook-airflow
44+
ref: qa
4445

4546
- name: Run Ansible Airflow Playbook for QA
4647
run: |

0 commit comments

Comments
 (0)