Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b8399ed

Browse files
authored
Merge pull request #501 from mast-eu/fixCI
Fix CI warning by removing set-output command
2 parents 5ef3c2a + dff46b1 commit b8399ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/compile-examples.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
- name: Check if API should be compiled in the core
134134
id: checkapi
135135
run: |
136-
if [[ $(grep -r api platform.txt) ]]; then echo "::set-output name=IS_API::true"; fi
136+
if [[ $(grep -r api platform.txt) ]]; then echo "IS_API=true" >> $GITHUB_OUTPUT; fi
137137
138138
- name: Install ArduinoCore-API
139139
run: rm "$GITHUB_WORKSPACE/cores/arduino/api" && mv "$GITHUB_WORKSPACE/extras/ArduinoCore-API/api" "$GITHUB_WORKSPACE/cores/arduino"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /