We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c98bf9 commit a15536eCopy full SHA for a15536e
1 file changed
.github/workflows/Tasmota_build_master.yml
@@ -17,7 +17,7 @@ jobs:
17
safeboot-images:
18
runs-on: ubuntu-latest
19
#if: github.repository == 'arendst/Tasmota'
20
- if: github.repository == '${{GITHUB_ACTOR}}/Tasmota'
+ #if: github.repository == '${{GITHUB_ACTOR}}/Tasmota'
21
22
continue-on-error: false
23
strategy:
@@ -44,6 +44,7 @@ jobs:
44
python-version: '3.x'
45
- name: Install dependencies
46
run: |
47
+ echo "'${{GITHUB_ACTOR}}/Tasmota': ${{GITHUB_ACTOR}}/Tasmota"
48
pip install wheel
49
pip install -U platformio
50
cp ./platformio_override_sample.ini ./platformio_override.ini
0 commit comments