Skip to content

Commit 3425bf9

Browse files
committed
Use updated output API
1 parent ddc8e21 commit 3425bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
git add --all
7878
git commit -m "Rebuild"
7979
git push origin "HEAD:$BRANCH"
80-
echo "::set-output name=changes::true"
80+
echo "changes=true" >> $GITHUB_OUTPUT
8181
fi
8282
8383
- name: Notify about rebuild

0 commit comments

Comments
 (0)