Skip to content

Commit

Permalink
= Test
Browse files Browse the repository at this point in the history
+ Multiline
- Webhook
  • Loading branch information
May2Beez committed Nov 26, 2023
1 parent e754d9c commit d726c51
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,13 @@ jobs:
run: |
TIMESTAMP=$(date -u +%Y-%m-%dT%H:%M:%S.%3NZ)
LONG_DATE=$(date -u +"%A, %B %-d, %Y at %T")
COMMIT_MESSAGE=$(cat << EOF
${{ github.event.head_commit.message }}
EOF
)
COMMIT_URL=${{ github.event.head_commit.url }}
SHORT_COMMIT_SHA=${{ steps.short_sha.outputs.sha_short }}
escaped_commit_message=$(echo "${{ github.event.head_commit.message }}" | sed -z 's/\\n/\\n/g')
escaped_commit_message=$(echo "${COMMIT_MESSAGE}" | sed -z 's/\\n/\\n/g')
VERSION=${{ steps.get_version.outputs.VERSION }}
if [[ $VERSION == *-pre ]]
then
Expand Down

0 comments on commit d726c51

Please sign in to comment.