Improve summary formatting

This commit is contained in:
object-Object 2023-09-14 23:48:45 -04:00
parent 5c8434d68e
commit 897f18f6e7
2 changed files with 2 additions and 2 deletions

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

View file

@ -161,7 +161,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