fixed missing shell for command
This commit is contained in:
parent
722f03a651
commit
2e962e82ac
@ -9,3 +9,4 @@ runs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Replace content width css
|
- 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"
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user