Skip to content

Commit 78be9a2

Browse files
authored
Switching to GITHUB_OUTPUT.
1 parent b1a95e5 commit 78be9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changelog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
log="${log//'%'/'%25'}"
4848
log="${log//$'\n'/'%0A'}"
4949
log="${log//$'\r'/'%0D'}"
50-
echo "::set-output name=modified::$log"
50+
echo "modified=$log" >> $GITHUB_OUTPUT
5151
- name: Print the modified changelog
5252
run: |
5353
cat << "EOF"

0 commit comments

Comments
 (0)