Skip to content

Commit 8a1ac4d

Browse files
authored
Update the usage of set-output command in GH actions (#82)
1 parent c726f50 commit 8a1ac4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/plan-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: dirs
3131
run: |
3232
DIRS=$(python3 .github/workflows/plan-examples.py)
33-
echo "::set-output name=directories::$DIRS"
33+
echo "directories=$DIRS" >> $GITHUB_OUTPUT
3434
3535
plan:
3636
name: Plan examples

0 commit comments

Comments
 (0)