Skip to content

Commit

Permalink
doc/md: fix yml example in declarative push
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenlu committed Sep 25, 2024
1 parent 60d1ead commit da62596
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/md/declarative/plan.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ on:
branches:
- master
paths:
- .github/workflows/atlas-push.yaml
- .github/workflows/schema-push.yml
- 'schema.sql' # Can be HCL, ORM, other instead.
permissions:
contents: read
Expand All @@ -520,6 +520,7 @@ jobs:
- uses: ariga/atlas-action/schema/push@master
with:
env: dev # Use the "dev" environment from the atlas.hcl file.
tag: latest # Optional, to tag the schema state (by default, it uses the git commit hash).
```
:::info ATLAS_TOKEN
Expand Down

0 comments on commit da62596

Please sign in to comment.