fix(github): remove stable AGP from shadow jobs
This commit is contained in:
parent
4a26689a93
commit
e3057d4b84
1 changed files with 1 additions and 1 deletions
2
.github/workflows/shadow_job.yml
vendored
2
.github/workflows/shadow_job.yml
vendored
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue