Skip to content

Commit

Permalink
Remove deprecated set-output (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenpapierski authored Aug 2, 2024
1 parent fa9cc39 commit daac6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- id: files-array
run: |
files=$(echo "${{ inputs.files }}" | jq -Rcn 'inputs | . / ","')
echo ::set-output name=files::$files
echo "files=$files" >> $GITHUB_OUTPUT
build:
name: Build ESPHome binary for ${{ matrix.file }}
Expand Down

0 comments on commit daac6a3

Please sign in to comment.