Escape backticks

This commit is contained in:
object-Object 2023-09-14 23:31:56 -04:00
parent d4f6cb9efa
commit 0c7664251f

View file

@ -158,7 +158,7 @@ jobs:
path: _site
- name: Add job summary
run: echo "Built `${PYPI_PACKAGE}-$(hatch version)` from `$(git rev-parse --short "$GITHUB_SHA")`." >> $GITHUB_STEP_SUMMARY
run: echo "Built \`${PYPI_PACKAGE}-$(hatch version)\` from \`$(git rev-parse --short "$GITHUB_SHA")\`." >> $GITHUB_STEP_SUMMARY
generate:
runs-on: ubuntu-latest