Skip to content

Commit 494b72c

Browse files
committed
Merge remote-tracking branch 'upstream/main' into perlin_noise
2 parents 229e7b9 + a6d9a82 commit 494b72c

File tree

199 files changed

+1904
-3703
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+1904
-3703
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
cache: 'pip'
5858
- name: Install PlatformIO
5959
run: pip install -r requirements.txt
60+
6061
- name: Build firmware
6162
run: pio run -e ${{ matrix.environment }}
6263
- uses: actions/upload-artifact@v4

.github/workflows/pr-merge.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Send Discord notification
11+
shell: bash
12+
env:
13+
DISCORD_WEBHOOK_BETA_TESTERS: ${{ secrets.DISCORD_WEBHOOK_BETA_TESTERS }}
1114
if: github.event.pull_request.merged == true
1215
run: |
13-
curl -H "Content-Type: application/json" -d '{"content": "Pull Request #{{ github.event.pull_request.number }} merged by {{ github.actor }}"}' ${{ secrets.DISCORD_WEBHOOK_BETA_TESTERS }}
16+
curl -H "Content-Type: application/json" -d '{"content": "Pull Request #{{ github.event.pull_request.number }} merged by {{ github.actor }}"}' $DISCORD_WEBHOOK_BETA_TESTERS

0 commit comments

Comments
 (0)