We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb808ba commit 0c5c620Copy full SHA for 0c5c620
.github/workflows/prod-deploy.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Checkout ansible-playbook-airflow (private)
42
uses: actions/checkout@v3
43
with:
44
- repository: your-org/ansible-playbook-airflow
+ repository: tulibraries/ansible-playbook-airflow
45
token: ${{ secrets.MY_PAT }}
46
path: ansible-playbook-airflow
47
.github/workflows/qa-deploy.yml
@@ -38,7 +38,7 @@ jobs:
38
39
40
0 commit comments