We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f4ccc commit 67e73a2Copy full SHA for 67e73a2
.github/workflows/build.yml
@@ -13,6 +13,7 @@ on:
13
env:
14
USERNAME: ${{ github.event.client_payload.username }}
15
EMAIL: ${{ github.event.client_payload.email }}
16
+ firmware_config: ${{ github.event.client_payload.firmware_config }}
17
18
jobs:
19
0 commit comments