Skip to content

Commit

Permalink
Fix compose_options
Browse files Browse the repository at this point in the history
  • Loading branch information
crohr committed Dec 11, 2023
1 parent 071b892 commit 507e7dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ runs:
- "${{ inputs.cidrs }}"
- "--compose-files"
- "${{ inputs.compose_files }}"
- "--compose-options"
- "${{ inputs.compose_options }}"
- "--dns"
- "${{ inputs.dns }}"
- "--label"
Expand Down

0 comments on commit 507e7dd

Please sign in to comment.