This commit is contained in:
NianBroken
2024-03-06 15:29:14 +08:00 Unverified
parent ff719028df
commit e2c25cf2dd
+1 -1
View File
@@ -122,7 +122,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
BEIJING_TIME: ${{ steps.get_current_time.outputs.BEIJING_TIME }}
BEIJING_TIME: ${{ steps.run_main_program.outputs.BEIJING_TIME }}
steps:
# 使用GitHub Actions提供的动作来检出代码库