Skip to content

Commit

Permalink
Testing cron payload
Browse files Browse the repository at this point in the history
  • Loading branch information
JunTaoLuo committed Dec 14, 2023
1 parent cbdf13e commit a2e417e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test-cron.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Refresh Tugboat Preview ID Cache
on:
schedule:
- cron: '1 * * * *'
jobs:
testing:
runs-on: ubuntu-latest
steps:
- run: echo '${{ toJSON(github) }}'
shell: bash
- name: Check for documentation only changes
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
with:
script: |
console.log(`The event payload: ${payload}`);

0 comments on commit a2e417e

Please sign in to comment.