mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-18 17:40:22 +02:00
fix(github): remove stable AGP from shadow jobs
This commit is contained in:
parent
4a26689a93
commit
e3057d4b84
2
.github/workflows/shadow_job.yml
vendored
2
.github/workflows/shadow_job.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
- id: agp-version-finder
|
||||
uses: usefulness/agp-version-finder-action@90844048a634a3fef57d3deba3cfe697f6fb001e # v1
|
||||
- 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:
|
||||
needs: [provide-agp-version-matrix]
|
||||
|
|
|
|||
Loading…
Reference in a new issue