mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-25 09:42:35 +00:00
CI fixes
This commit is contained in:
parent
893bbe09d1
commit
51af747508
3
.github/workflows/main_matrix.yml
vendored
3
.github/workflows/main_matrix.yml
vendored
@ -359,7 +359,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: meshtastic/meshtastic.github.io
|
repository: meshtastic/meshtastic.github.io
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.ARTIFACTS_TOKEN }}
|
||||||
path: meshtastic.github.io
|
path: meshtastic.github.io
|
||||||
|
|
||||||
- name: Display structure of downloaded files
|
- name: Display structure of downloaded files
|
||||||
@ -375,6 +375,7 @@ jobs:
|
|||||||
- name: Commit and push changes
|
- name: Commit and push changes
|
||||||
run: |
|
run: |
|
||||||
cd meshtastic.github.io
|
cd meshtastic.github.io
|
||||||
|
find . -type f -name 'meshtasticd_*' -exec rm -f {} +
|
||||||
git config --global user.name "github-actions[bot]"
|
git config --global user.name "github-actions[bot]"
|
||||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
git add .
|
git add .
|
||||||
|
Loading…
Reference in New Issue
Block a user