We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af9577 commit 4c98bf9Copy full SHA for 4c98bf9
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:
0 commit comments