Skip to content

Commit

Permalink
auto generated v4.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liquibot committed Aug 1, 2024
1 parent 78451cc commit 46e259b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code generated by protoc-gen-liquibase. DO NOT EDIT.
FROM liquibase/liquibase:4.29.0
FROM liquibase/liquibase:4.29.1
COPY flow_validate.sh /entry.sh
ENTRYPOINT ["/entry.sh"]
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Official GitHub Action to run Liquibase Flow Validate in your GitHub Action Work
```yaml
steps:
- uses: actions/checkout@v3
- uses: liquibase-github-actions/[email protected].0
- uses: liquibase-github-actions/[email protected].1
with:
# The path to the configuration yaml file which contains one or more "stages" of commands to be executed in a liquibase flow operation. Defaults to yaml file named "liquibase.flowfile.yaml" in the current working directory.
# string
Expand Down Expand Up @@ -40,7 +40,7 @@ The liquibase flow validate action accepts all valid liquibase global options as
```yaml
steps:
- uses: actions/checkout@v3
- uses: liquibase-github-actions/[email protected].0
- uses: liquibase-github-actions/[email protected].1
with:
headless: true
licenseKey: ${{ secrets.LIQUIBASE_LICENSE_KEY }}
Expand Down

0 comments on commit 46e259b

Please sign in to comment.