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 71a50df commit c1d3855Copy full SHA for c1d3855
.github/workflows/build.yaml
@@ -23,11 +23,13 @@ jobs:
23
touch firmware/secrets.yaml
24
touch firmware/conf.d/secrets.yaml
25
26
+ - name: Set git sha
27
+ run: echo "RELEASE_SUMMARY=$(git log -1 --pretty=%B)" >> $GITHUB_ENV
28
- name: Build ESPHome firmware
29
uses: esphome/build-action@v4.0.2
30
with:
31
yaml-file: firmware/config.yaml
- release-summary: "{{ github.event.head_commit.message }}"
32
+ release-summary: ${{ env.RELEASE_SUMMARY }}
33
complete-manifest: true
34
release-url: "https://raw.githubusercontent.com/spuder/OpenSpool/main/firmware/manifest.json"
35
0 commit comments