Update main.yml

This commit is contained in:
Stephan Mühl
2023-03-23 22:27:31 +01:00
committed by GitHub
parent b0c7761123
commit 5cb7e5706c

View File

@@ -104,6 +104,8 @@ jobs:
git config --local user.email "github@blueforcer.de"
git config --local user.name "AWTRIX Bot"
git add version
git add docs/flasher/firmware/firmware.bin
git add docs/flasher/firmware/manifest.json
git commit -m "Update version & flasher"
- name: Push changes # push the output folder to your repo
uses: ad-m/github-push-action@master