We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6a280 commit d17f961Copy full SHA for d17f961
.github/actions/setup-ckan/action.yml
@@ -48,7 +48,7 @@ runs:
48
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
49
gh release download ${{ inputs.ckan-version }} --repo ${{ inputs.ckan-repo }} --pattern 'ckan*.deb' -O ckan.deb
50
${{ env.ACT && 'sudo apt update --quiet' }}
51
- sudo apt install --quiet --no-install-recommends --no-install-suggested ./ckan.deb ${{ runner.debug && '--verbose-versions' }}
+ sudo apt install --quiet --no-install-recommends --no-install-suggests ./ckan.deb ${{ runner.debug && '--verbose-versions' }}
52
ckan version
53
env:
54
GH_TOKEN: ${{ github.token }}
0 commit comments