Added the ability to delete run logs

This commit is contained in:
NianBroken
2024-05-10 22:34:12 +08:00 Unverified
parent bec8269a4a
commit 7264a88b25
3 changed files with 163 additions and 3 deletions
-3
View File
@@ -28,9 +28,6 @@ jobs:
# 在最新版的Ubuntu系统上运行
runs-on: ubuntu-latest
outputs:
BEIJING_TIME: ${{ steps.run_main_program.outputs.BEIJING_TIME }}
steps:
# 使用GitHub Actions提供的动作来检出代码库
- name: Checkout Repository