Skip to content

Update daily.yml

Update daily.yml #69

Workflow file for this run

name: Daily Up
on:
#schedule:
#- cron: '0 12 * * *'
#workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
steps:
- uses: actions/checkout@v3
- name: Create file
run: |
echo `date` > .gitkeep
- name: Commit & Push changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Daily Up