Skip to content

Commit

Permalink
Merge pull request #126 from ForgeRock/dev
Browse files Browse the repository at this point in the history
test
  • Loading branch information
paulbsch authored Dec 10, 2024
2 parents ba6806a + d9289cd commit e29fd8e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,14 @@ jobs:
- name: Get changelog
id: get_changelog
run: |
changelog="$(cat CHANGELOG.md)"
echo -e "msg_changelog=\$(cat <<'EOF'\n$changelog\nEOF\n)" >>$GITHUB_OUTPUT
{
echo "msg_changelog<<EOF"
cat CHANGELOG.md
echo
echo EOF
} >> "$GITHUB_OUTPUT"
#changelog="$(cat CHANGELOG.md)"
#echo -e "msg_changelog=\$(cat <<EOF\n$changelog\nEOF\n)" >>$GITHUB_OUTPUT
- name: Send Slack notification
id: send_slack_notification
Expand Down

0 comments on commit e29fd8e

Please sign in to comment.