Skip to content

Commit

Permalink
auto generated v4.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liquibot committed Nov 4, 2022
1 parent a8c469b commit 4bde1c4
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.17.0
FROM liquibase/liquibase:4.17.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 @@ Validate a series of commands contained in one or more stages, as configured in
```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 @@ -35,7 +35,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 4bde1c4

Please sign in to comment.