Regenerate the source code #943
This file contains 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: Regenerate the source code | |
on: | |
schedule: | |
# run a bit before midnight when go deps change | |
- cron: '0 23 * * *' | |
# allow manual triggering | |
workflow_dispatch: {} | |
jobs: | |
issue: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: docker://golang:1.15 | |
name: Regenerate the source code | |
with: | |
entrypoint: ./recreate.sh |