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 5fc8a67 commit f13ad36Copy full SHA for f13ad36
README.md
@@ -93,17 +93,17 @@ jobs:
93
94
Use the following topics to further configure the action based on your needs.
95
96
-### Change the DAG folder
+### Change the Root folder
97
98
-In the following example, the folder `/example-dags/dags` is specified as the DAG folder.
+In the following example, the folder `/example-dags/` is specified as the root folder.
99
100
```yaml
101
steps:
102
- name: Deploy to Astro
103
uses: astronomer/[email protected]
104
with:
105
deployment-id: <deployment id>
106
- root-folder: /example-dags/dags/
+ root-folder: /example-dags/
107
```
108
109
### Run Pytests
0 commit comments