fixed missing shell for command

This commit is contained in:
Lu Baumann 2023-10-20 03:01:11 +02:00 committed by GitHub
parent 722f03a651
commit 2e962e82ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,3 +9,4 @@ runs:
steps:
- name: Replace content width css
run: sed -ri 's|--ls-main-content-max-width:\s*\w*|--ls-main-content-max-width:${{ inputs.content-width }}|g' "${{ github.workspace }}/www/static/css/style.css"
shell: bash