File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ inputs:
39
39
description : ' Resolve dependencies using paru'
40
40
default : ' false'
41
41
required : false
42
- update_archlinux_keyring :
42
+ archlinux_keyring :
43
43
description : ' Update archlinux-keyring'
44
44
default : ' true'
45
45
required : false
46
46
47
47
runs :
48
48
using : ' docker'
49
- image : ' docker://ghcr.io/heyhusen/archlinux-package-action:2 '
49
+ image : Dockerfile
50
50
args :
51
51
- ${{ inputs.path }}
52
52
- ${{ inputs.pkgver }}
56
56
- ${{ inputs.flags }}
57
57
- ${{ inputs.namcap }}
58
58
- ${{ inputs.aur }}
59
- - ${{ inputs.update_archlinux_keyring }}
59
+ - ${{ inputs.archlinux_keyring }}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ echo "::endgroup::"
16
16
# Update archlinux-keyring
17
17
if [[ $INPUT_ARCHLINUX_KEYRING == true ]]; then
18
18
echo " ::group::Updating archlinux-keyring"
19
- pacman -S archlinux-keyring
19
+ sudo pacman -Syu --noconfirm archlinux-keyring
20
20
echo " ::endgroup::"
21
21
fi
22
22
You can’t perform that action at this time.
0 commit comments