We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff2811 commit 1764a56Copy full SHA for 1764a56
actions/composer-install/action.yml
@@ -29,7 +29,8 @@ inputs:
29
runs:
30
using: "composite"
31
steps:
32
- - uses: ibexa/gh-workflows/actions/prepare-composer@extract-prepare-composer-action
+ - uses: ibexa/gh-workflows/actions/prepare-composer@main
33
+ name: Prepare Composer
34
with:
35
gh-client-id: ${{ inputs.gh-client-id }}
36
gh-client-secret: ${{ inputs.gh-client-secret }}
0 commit comments