Update hellen-one Reference #716
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Update hellen-one Reference | |
| on: | |
| schedule: | |
| - cron: '2 15 * * *' # update reference daily at 2:15 pm | |
| workflow_dispatch: | |
| jobs: | |
| call-workflow-passing-data: | |
| uses: andreika-git/hellen-one/.github/workflows/custom-board-update-hellen-one-reference.yaml@master | |
| permissions: | |
| contents: write |