Skip to content

Commit 814a18f

Browse files
committed
Revert "Update Workflow"
This reverts commit 90880e6.
1 parent 90880e6 commit 814a18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/esphome-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- id: files-array
3333
run: |
3434
files=$(echo "${{ inputs.files }}" | jq -Rcn 'inputs | . / ","')
35-
echo "{files}={$files}" >> $GITHUB_OUTPUT
35+
echo ::set-output name=files::$files
3636
3737
build:
3838
name: Build ESPHome binary for ${{ matrix.file }}

0 commit comments

Comments
 (0)