Checkout is not required for calculating supported versions (#63)

This commit is contained in:
Ihor Sviziev
2022-10-07 16:45:00 +03:00
committed by GitHub
parent ab73d860bd
commit 8611b18aec
-1
View File
@@ -35,7 +35,6 @@ jobs:
outputs:
matrix: ${{ steps.supported-version.outputs.matrix }}
steps:
- uses: actions/checkout@v2
- uses: graycoreio/github-actions-magento2/supported-version@main
id: supported-version
- run: echo ${{ steps.supported-version.outputs.matrix }}