-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🩹 Fix
GITHUB_SUMMARY_STEP
message for promote
The promotion workflow was using double-quotes instead of single-quotes (`"` instead of `'`). This is resulting in backticks being interpreted as a subshell instead of what it's meant to be, which is a markdown code-span identifier. Additionally, the table format was incorrect, which leads to unexpected appearance. This fixes the above by using `'`, and by adding the appropriate separator so that the table will display correctly.
- Loading branch information
1 parent
1866f58
commit 21b3b3d
Showing
1 changed file
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters