Update TOC interface version(s) #517
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: Update TOC interface version(s) | |
on: | |
schedule: | |
- cron: '0 0 * * *' | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Clone project | |
uses: actions/checkout@v3 | |
- name: Update TOC interface version(s) | |
uses: p3lim/toc-interface-updater@v3 | |
- name: Commit changes | |
uses: EndBug/add-and-commit@v9 | |
with: | |
author_name: Pingumania | |
author_email: [email protected] | |
message: 'Update TOC interface version(s)' | |
add: '.' |