Skip to content

Commit 97438e3

Browse files
committed
Fix PAT pool output table
1 parent b9edfe0 commit 97438e3

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/release-notes.lock.yml

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/shared/pat_pool.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
echo "Selected PAT number ${PAT_NUMBER} (index: ${PAT_INDEX})"
6161
6262
# Emit a markdown table of the pool entries to the step summary
63-
echo "|1|2|3|4|5|6|7|8|9|" >> "$GITHUB_STEP_SUMMARY"
64-
echo "|-|-|-|-|-|-|-|-|-|" >> "$GITHUB_STEP_SUMMARY"
63+
echo "|0|1|2|3|4|5|6|7|8|9|" >> "$GITHUB_STEP_SUMMARY"
64+
echo "|-|-|-|-|-|-|-|-|-|-|" >> "$GITHUB_STEP_SUMMARY"
6565
(IFS='|'; printf '|%s' "${POOL_INDICATORS[@]}"; printf '|\n') >> "$GITHUB_STEP_SUMMARY"
6666
6767
# Set the PAT number as the output

0 commit comments

Comments
 (0)