We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6bbc372 + 4edf3aa commit 3fc0e94Copy full SHA for 3fc0e94
4 files changed
.github/workflows/auto-pr.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
# 获取目标分支源码
12
- name: Checkout
13
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
14
with:
15
# 需要指定目标分支
16
ref: main
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
# 获取源码
# 安装依赖并打包
- name: Install and build
17
run: |
.github/workflows/upload-release-asset.yml
CHANGELOG.md
0 commit comments