Skip to content

Commit

Permalink
feat: support compose version
Browse files Browse the repository at this point in the history
  • Loading branch information
neilime committed Oct 18, 2024
1 parent 1a5b014 commit c2dc650
Show file tree
Hide file tree
Showing 19 changed files with 574 additions and 379 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ inputs:
description: "Current working directory"
required: false
default: ${{ github.workspace }}
compose-version:
description: "Compose version to use. By defautl it will use the current installed version."
required: false

runs:
using: node20
main: dist/index.js
Expand Down
103 changes: 73 additions & 30 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

77 changes: 43 additions & 34 deletions dist/post.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c2dc650

Please sign in to comment.