Skip to content

Commit cd8afb5

Browse files
committed
Fixed prepare-composer action name
1 parent 826968d commit cd8afb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/composer-install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ inputs:
2929
runs:
3030
using: "composite"
3131
steps:
32-
- uses: ibexa/gh-workflows/actions/composer-install@extract-prepare-composer-action
32+
- uses: ibexa/gh-workflows/actions/prepare-composer@extract-prepare-composer-action
3333
with:
3434
gh-client-id: ${{ inputs.gh-client-id }}
3535
gh-client-secret: ${{ inputs.gh-client-secret }}

0 commit comments

Comments
 (0)