This commit is contained in:
Stephan Mühl
2023-03-23 22:27:59 +01:00

View File

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