fix(github): remove stable AGP from shadow jobs

This commit is contained in:
Harsh Shandilya
2023-05-22 23:46:39 +05:30
committed by GitHub
parent 4a26689a93
commit e3057d4b84

View File

@@ -16,7 +16,7 @@ jobs:
- id: agp-version-finder - id: agp-version-finder
uses: usefulness/agp-version-finder-action@90844048a634a3fef57d3deba3cfe697f6fb001e # v1 uses: usefulness/agp-version-finder-action@90844048a634a3fef57d3deba3cfe697f6fb001e # v1
- id: build-agp-matrix - id: build-agp-matrix
run: echo 'agp-versions=["${{ steps.agp-version-finder.outputs.latest-stable }}", "${{ steps.agp-version-finder.outputs.latest-beta }}","${{ steps.agp-version-finder.outputs.latest-alpha }}"]' >> $GITHUB_OUTPUT run: echo 'agp-versions=["${{ steps.agp-version-finder.outputs.latest-beta }}","${{ steps.agp-version-finder.outputs.latest-alpha }}"]' >> $GITHUB_OUTPUT
shadow-job: shadow-job:
needs: [provide-agp-version-matrix] needs: [provide-agp-version-matrix]