Skip to content

CI

CI #1617

Workflow file for this run

name: CI
on:
schedule:
- cron: '0 5 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt-get update
- run: curl -s https://bing.com`curl -G -d 'format=js&n=1&mkt=en_US' -s https://bing.com/HPImageArchive.aspx | jq -r '.images[0].url'` -o latest/en_US.jpeg
- run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add .
git commit -m "Add BingPic"
git push origin master