fix ::set-output

This commit is contained in:
windowsboy111
2022-10-28 20:06:51 +08:00
parent b5f8bd07c8
commit ec09f5f10d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
git config user.email "<>"
git commit -a -m "Automatic Update"
git push -u origin main
echo "::set-output name=updated::1"
echo "updated=1" >> $GITHUB_OUTPUT
fi
- name: Autobuild