We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b9af0 commit c42dc14Copy full SHA for c42dc14
.github/workflows/post-slack-message.yml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
message="Updated content has been published to <https://github.com/${GITHUB_REPOSITORY}|Learn Cortex>\n"
28
message="${message}*Description*: ${{ github.event.head_commit.message }}\n"
29
- message="${message}*Actor*: ${GITHUB_ACTOR}\n"
+ message="${message}*Submitted by*: ${GITHUB_ACTOR}\n"
30
for file in ${ALL_CHANGED_FILES}; do
31
message="${message}*File:* <https://github.com/${GITHUB_REPOSITORY}/blob/main/$file|$file> was changed\n"
32
done
0 commit comments