Additional logic and auth

This commit is contained in:
Ben Meadors 2024-09-21 19:20:20 -05:00
parent 6aa3705b8a
commit baceb48f07

View File

@ -371,9 +371,16 @@ jobs:
- name: Display structure of downloaded files
run: ls -R
- name: Create pull request
uses: peter-evans/create-pull-request@v7
with:
title: Update protobufs and classes
- name: Commit and push changes
run: |
cd meshtastic.github.io
find . -type f -name 'meshtasticd_*' -exec rm -f {} +
git config --unset-all http.https://github.com/.extraheader
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add .