mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 00:53:19 +08:00
ci: 将默认保留版本数从1改为2
修改工作流文件中的RETAIN_VERSIONS默认值,以保留更多历史版本
This commit is contained in:
2
.github/workflows/del-esa-code.yml
vendored
2
.github/workflows/del-esa-code.yml
vendored
@@ -101,7 +101,7 @@ jobs:
|
||||
- name: Verify Clean Result
|
||||
env:
|
||||
PAGES_NAME: ${{ steps.get-pages-name.outputs.pages_name }}
|
||||
RETAIN_VERSIONS: ${{ vars.RETAIN_VERSIONS || '1' }}
|
||||
RETAIN_VERSIONS: ${{ vars.RETAIN_VERSIONS || '2' }}
|
||||
run: |
|
||||
set -euo pipefail
|
||||
|
||||
|
||||
Reference in New Issue
Block a user