Skip to content

update-img

update-img #1036

Workflow file for this run

name: update-img
on:
# push:
# branches:
# - master
schedule:
- cron: '0 18 * * *'
jobs:
update-img:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: chmod +x update_img.sh
- run: chmod +x commit.sh
- run: ./update_img.sh
- run: ./commit.sh