Browse Source

Merge branch 'lumapu:main' into dev03

pull/361/head
DanielR92 2 years ago
committed by GitHub
parent
commit
9526d40096
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/FUNDING.yml
  2. 4
      .github/workflows/compile_development.yml
  3. 2
      .github/workflows/compile_esp8266.yml

1
.github/FUNDING.yml

@ -0,0 +1 @@
custom: "https://paypal.me/lupusch"

4
.github/workflows/compile_development.yml

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: development03
- uses: benjlevesque/short-sha@v1.2
- uses: benjlevesque/short-sha@v2
id: short-sha
with:
length: 7
@ -30,7 +30,7 @@ jobs:
path: ~/.platformio
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
- name: setup-python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
- name: install-platformio
run: |
python -m pip install --upgrade pip

2
.github/workflows/compile_esp8266.yml

@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: main
- uses: benjlevesque/short-sha@v1.2
- uses: benjlevesque/short-sha@v2
id: short-sha
with:
length: 7

Loading…
Cancel
Save