From 61202443ff0e9068d93c2ba0222409618dd86b55 Mon Sep 17 00:00:00 2001 From: Merlin Jehli Date: Wed, 25 Oct 2023 19:18:41 +0200 Subject: [PATCH] build path --- aur/action.yml | 4 ++-- builder/action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aur/action.yml b/aur/action.yml index b76737b..db02851 100644 --- a/aur/action.yml +++ b/aur/action.yml @@ -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 diff --git a/builder/action.yml b/builder/action.yml index 4e3650e..e21c7e9 100644 --- a/builder/action.yml +++ b/builder/action.yml @@ -23,4 +23,4 @@ runs: using: docker image: docker://git.fml128.ch/fml128/idkyet-builder:latest args: - - build + - build ${{ inputs.layer_config_file }}