Skip to content

Update main.yml

Update main.yml #5

Workflow file for this run

# name: learn-github-actions
# on:
# schedule:
# - cron: '20 21 * * *'
# jobs:
# hello-world:
# runs-on: ubuntu-latest
# steps:
# - name: 'hello-world'
# run: echo 'Hello'