Skip to content

Commit f13ad36

Browse files
authored
Update README.md (#57)
* Update README.md * Update action.yaml
1 parent 5fc8a67 commit f13ad36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,17 +93,17 @@ jobs:
9393
9494
Use the following topics to further configure the action based on your needs.
9595
96-
### Change the DAG folder
96+
### Change the Root folder
9797
98-
In the following example, the folder `/example-dags/dags` is specified as the DAG folder.
98+
In the following example, the folder `/example-dags/` is specified as the root folder.
9999

100100
```yaml
101101
steps:
102102
- name: Deploy to Astro
103103
uses: astronomer/[email protected]
104104
with:
105105
deployment-id: <deployment id>
106-
root-folder: /example-dags/dags/
106+
root-folder: /example-dags/
107107
```
108108

109109
### Run Pytests

0 commit comments

Comments
 (0)