build path
This commit is contained in:
parent
d369743e27
commit
61202443ff
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ runs:
|
|||
id: cache-aur-key
|
||||
uses: docker://git.fml128.ch/fml128/idkyet-builder:latest
|
||||
with:
|
||||
args: generate_aur_cache_key
|
||||
args: generate_aur_cache_key ${{ inputs.layer_config_file }}
|
||||
- name: Restore aur cache
|
||||
id: cache-aur-restore
|
||||
uses: https://code.forgejo.org/actions/cache/restore@v3
|
||||
|
@ -26,7 +26,7 @@ runs:
|
|||
if: steps.cache-aur-restore.outputs.cache-hit != 'true'
|
||||
uses: docker://git.fml128.ch/fml128/idkyet-builder:latest
|
||||
with:
|
||||
args: build_aur_packages
|
||||
args: build_aur_packages ${{ inputs.layer_config_file }}
|
||||
- name: Save aur cache
|
||||
if: steps.cache-aur-restore.outputs.cache-hit != 'true'
|
||||
uses: actions/cache/save@v3
|
||||
|
|
|
@ -23,4 +23,4 @@ runs:
|
|||
using: docker
|
||||
image: docker://git.fml128.ch/fml128/idkyet-builder:latest
|
||||
args:
|
||||
- build
|
||||
- build ${{ inputs.layer_config_file }}
|
||||
|
|
Loading…
Add table
Reference in a new issue