-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README.md * Update action.yaml
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|