Skip to content

Commit d17f961

Browse files
committed
fix option name
1 parent dc6a280 commit d17f961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-ckan/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ runs:
4848
sudo rm -f /var/lib/man-db/auto-update # skip updating man pages, which takes a long time and makes no sense in a CI job
4949
gh release download ${{ inputs.ckan-version }} --repo ${{ inputs.ckan-repo }} --pattern 'ckan*.deb' -O ckan.deb
5050
${{ env.ACT && 'sudo apt update --quiet' }}
51-
sudo apt install --quiet --no-install-recommends --no-install-suggested ./ckan.deb ${{ runner.debug && '--verbose-versions' }}
51+
sudo apt install --quiet --no-install-recommends --no-install-suggests ./ckan.deb ${{ runner.debug && '--verbose-versions' }}
5252
ckan version
5353
env:
5454
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)