Try to troubleshoot scheduled events info

This commit is contained in:
Alex Dima 2021-12-10 09:15:03 +01:00
parent d031927599
commit dda0f6caf9
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9

View file

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