Improve summary formatting
This commit is contained in:
parent
5c8434d68e
commit
897f18f6e7
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build_docs.yml
vendored
2
.github/workflows/build_docs.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue