mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
fix(fix-magento-install): remove deprecated set-output
This commit is contained in:
@@ -14,7 +14,7 @@ runs:
|
|||||||
with:
|
with:
|
||||||
working-directory: ${{ inputs.magento_directory }}
|
working-directory: ${{ inputs.magento_directory }}
|
||||||
|
|
||||||
- run: echo "::set-output name=version::$(composer --version | awk '{print $3}')"
|
- run: echo "version=$(composer --version | awk '{print $3}')" >> $GITHUB_OUTPUT
|
||||||
shell: bash
|
shell: bash
|
||||||
name: Compute Composer Version
|
name: Compute Composer Version
|
||||||
id: init-magento-get-composer-version
|
id: init-magento-get-composer-version
|
||||||
|
|||||||
Reference in New Issue
Block a user