Skip to content

Regenerate the source code #1190

Regenerate the source code

Regenerate the source code #1190

Workflow file for this run

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