Skip to content

Commit

Permalink
Squash merge 3 (#55)
Browse files Browse the repository at this point in the history
* squash merge 2

* squash merge 3
  • Loading branch information
ewei068 authored Sep 28, 2024
1 parent ec41c01 commit 891c45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/discord-webook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Get embed details
id: embed_details
run: |
COMMIT_MESSAGE=$(git log --no-merges -1 --pretty="commit %h: %B")"
COMMIT_MESSAGE="$(git log --no-merges -1 --pretty="commit %h: %B")"
SAFE_COMMIT_MESSAGE=$(echo "$COMMIT_MESSAGE" | tr -d '\r\n' | sed 's/[*://]/_/g')
echo "COMMIT_MESSAGE=$SAFE_COMMIT_MESSAGE" >> $GITHUB_ENV
if [ "${{ github.event_name }}" == "pull_request" ]; then
Expand Down

0 comments on commit 891c45a

Please sign in to comment.