Skip to content

Commit

Permalink
Update README.md (#57)
Browse files Browse the repository at this point in the history
* Update README.md

* Update action.yaml
  • Loading branch information
sunkickr authored Apr 17, 2024
1 parent 5fc8a67 commit f13ad36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,17 @@ jobs:
Use the following topics to further configure the action based on your needs.
### Change the DAG folder
### Change the Root folder
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.

```yaml
steps:
- name: Deploy to Astro
uses: astronomer/[email protected]
with:
deployment-id: <deployment id>
root-folder: /example-dags/dags/
root-folder: /example-dags/
```

### Run Pytests
Expand Down

0 comments on commit f13ad36

Please sign in to comment.