Skip to content

Commit

Permalink
fix broken action
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Mar 21, 2024
1 parent cb9d218 commit 481efff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/compose/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
using: composite
steps:
- name: Run ${{ inputs.project_name }} compose
uses: isbang/compose-action@178aeba5c9dbeed89ffffbb3e6548ec08e9839cf # v1.5.1
uses: hoverkraft-tech/compose-action@178aeba5c9dbeed89ffffbb3e6548ec08e9839cf # v1.5.1
with:
compose-file: |
${{ inputs.compose_file }}
Expand Down

0 comments on commit 481efff

Please sign in to comment.