Skip to content

Commit a15536e

Browse files
authored
Update Tasmota_build_master.yml
1 parent 4c98bf9 commit a15536e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/Tasmota_build_master.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
safeboot-images:
1818
runs-on: ubuntu-latest
1919
#if: github.repository == 'arendst/Tasmota'
20-
if: github.repository == '${{GITHUB_ACTOR}}/Tasmota'
20+
#if: github.repository == '${{GITHUB_ACTOR}}/Tasmota'
2121

2222
continue-on-error: false
2323
strategy:
@@ -44,6 +44,7 @@ jobs:
4444
python-version: '3.x'
4545
- name: Install dependencies
4646
run: |
47+
echo "'${{GITHUB_ACTOR}}/Tasmota': ${{GITHUB_ACTOR}}/Tasmota"
4748
pip install wheel
4849
pip install -U platformio
4950
cp ./platformio_override_sample.ini ./platformio_override.ini

0 commit comments

Comments
 (0)