Skip to content

Commit 049b62a

Browse files
committed
upgrade to new output command
1 parent 07e5e46 commit 049b62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
{"name": "master", "repo": "emacs-mirror/emacs", ref: "master" }
5353
'
5454
fi
55-
echo ::set-output name=sources::[$SOURCES]
55+
echo sources=[$SOURCES] >> $GITHUB_OUTPUT
5656
outputs:
5757
sources: ${{ steps.setup-matrix-sources.outputs.sources }}
5858

0 commit comments

Comments
 (0)