Skip to content

update

update #1351

Workflow file for this run

---
name: update
on:
push:
schedule:
- cron: '0 0 * * *'
jobs:
update:
name: "Update CV"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: ./
with:
token_github: ${{ secrets.TOKEN_GITHUB }}
github_repository: ${{ github.repository }}