浏览代码

Try to troubleshoot scheduled events info

Alex Dima 3 年之前
父节点
当前提交
dda0f6caf9
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      .github/workflows/publish.yml

+ 5 - 1
.github/workflows/publish.yml

@@ -2,7 +2,7 @@ name: Publish to npm
 
 on:
   schedule:
-    - cron: '0 7 * * *'
+    - cron: '16 8 * * *'
   # enable users to manually trigger with workflow_dispatch
   workflow_dispatch:
     inputs:
@@ -16,6 +16,10 @@ jobs:
     name: Publish to npm
     runs-on: ubuntu-latest
     steps:
+      - run: |
+          echo ${{github.event_name}}
+          echo ${{github.event.inputs.nightly}}
+
       - uses: actions/setup-node@v2
         with:
           node-version: 14