File tree Expand file tree Collapse file tree 2 files changed +2
-19
lines changed
Expand file tree Collapse file tree 2 files changed +2
-19
lines changed Original file line number Diff line number Diff line change 1818 outputs :
1919 lfs_sha : ${{ steps.lfs_sha_recover.outputs.lfs_sha }}
2020 steps :
21- - name : Checkout
22- uses : actions/checkout@v4
23- with :
24- path : " source"
25- fetch-depth : 1
26- lfs : false
27-
2821 - name : Cache LFS Data
2922 id : lfs_sha_recover
3023 uses : f3d-app/lfs-data-cache-action@v2
31- with :
32- cache_postfix : cache-0
3324
3425 # ----------------------------------------------------------------------------
3526 # Build and upload .apk packages
Original file line number Diff line number Diff line change @@ -20,20 +20,12 @@ jobs:
2020 outputs :
2121 lfs_sha : ${{ steps.lfs_sha_recover.outputs.lfs_sha }}
2222 steps :
23- - name : Checkout
24- uses : actions/checkout@v4
25- with :
26- path : " source"
27- ref : ${{github.event.pull_request.head.ref}}
28- repository : ${{github.event.pull_request.head.repo.full_name}}
29- fetch-depth : 1
30- lfs : false
31-
3223 - name : Cache LFS Data
3324 id : lfs_sha_recover
3425 uses : f3d-app/lfs-data-cache-action@v2
3526 with :
36- cache_postfix : cache-0
27+ ref : ${{github.event.pull_request.head.ref}}
28+ repository : ${{github.event.pull_request.head.repo.full_name}}
3729
3830 # ----------------------------------------------------------------------------
3931 # Build and upload .apk packages
You can’t perform that action at this time.
0 commit comments