diff --git a/aur/action.yml b/aur/action.yml index 3b0ebd8..b9ea960 100644 --- a/aur/action.yml +++ b/aur/action.yml @@ -22,8 +22,8 @@ runs: path: aur key: aur-${{ github.repository }}-${{ steps.cache-aur-key.outputs.cache-aur-key }} restore-keys: | - aur-${{ github.repository }}-${{ steps.cache-aur-key.outputs.cache-aur-key-restore }} - aur-${{ github.repository }}- + aur-${{ github.repository }}-${{ steps.cache-aur-key.outputs.cache-aur-key-restore }} + aur-${{ github.repository }}- - name: Build aur if: steps.cache-aur-restore.outputs.cache-hit != 'true' uses: docker://git.fml128.ch/fml128/idkyet-builder:latest