Skip to content

Commit c42dc14

Browse files
Slack formatting
1 parent f1b9af0 commit c42dc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post-slack-message.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
message="Updated content has been published to <https://github.com/${GITHUB_REPOSITORY}|Learn Cortex>\n"
2828
message="${message}*Description*: ${{ github.event.head_commit.message }}\n"
29-
message="${message}*Actor*: ${GITHUB_ACTOR}\n"
29+
message="${message}*Submitted by*: ${GITHUB_ACTOR}\n"
3030
for file in ${ALL_CHANGED_FILES}; do
3131
message="${message}*File:* <https://github.com/${GITHUB_REPOSITORY}/blob/main/$file|$file> was changed\n"
3232
done

0 commit comments

Comments
 (0)