Skip to content

Commit

Permalink
use new OUTPUT
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed Nov 21, 2023
1 parent e99a430 commit 41eb468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-clang-doxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
content="${content//'%'/'%25'}"
content="${content//$'\n'/'%0A'}"
content="${content//$'\r'/'%0D'}"
echo "::set-output name=boardJson::$content"
echo "boardJson=${content}" >> $GITHUB_OUTPUT
echo "$content"
- name: Create combined binary using Esptool merge_bin
run: |
Expand Down

0 comments on commit 41eb468

Please sign in to comment.