Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
myxuchangbin committed Mar 9, 2024
1 parent c99dbff commit c61af69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
echo "status=success" >> $GITHUB_OUTPUT
- name: 'Upload release'
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: steps.tag.outputs.status == 'success' && !cancelled()
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Releases中的镜像:

预安装cloud-init、qemu-guest-agent,SSH允许rooty用户及密码验证登录
预安装cloud-init、qemu-guest-agent,SSH允许root用户及密码验证登录

默认用户名:```root```

Expand Down

0 comments on commit c61af69

Please sign in to comment.