We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e58a15 commit ce7a25aCopy full SHA for ce7a25a
1 file changed
setup-magento/action.yml
@@ -45,6 +45,11 @@ inputs:
45
default: "."
46
description: "The working directory to run the action in."
47
48
+ composer_auth:
49
+ required: false
50
+ default: ""
51
+ description: "Composer authentication credentials (contents of auth.json as a JSON string)"
52
+
53
outputs:
54
path:
55
description: "The absolute path to where Magento was set up."
@@ -83,6 +88,8 @@ runs:
83
88
shell: bash
84
89
name: Create Magento ${{ inputs.magento_version }} Project
85
90
if: inputs.mode == 'extension'
91
+ env:
92
+ COMPOSER_AUTH: ${{ inputs.composer_auth }}
86
93
87
94
- uses: mage-os/github-actions/fix-magento-install@main
95
name: Fix Magento Out of Box Install Issues
0 commit comments