Skip to content

Commit

Permalink
Try simulate release body newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz committed Sep 13, 2024
1 parent ae7b598 commit 7417d60
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

env:
TEST_RELEASE_SUMMARY: |
Test "release" summary
* Multiple lines
jobs:
build:
name: Build test configuration for esphome:${{ matrix.esphome-version }} with ${{ matrix.manifest }} manifest
Expand All @@ -42,7 +47,7 @@ jobs:
version: ${{ matrix.esphome-version }}
platform: linux/amd64
cache: true
release-summary: 'Test "release" summary\r\n* Multiple lines'
release-summary: ${{ env.TEST_RELEASE_SUMMARY }}
release-url: "https://github.com/esphome/build-action"
complete-manifest: ${{ matrix.manifest == 'complete' }}
- name: Write version to file
Expand Down

0 comments on commit 7417d60

Please sign in to comment.