Skip to content

.github/workflows/main.yml #3

.github/workflows/main.yml

.github/workflows/main.yml #3

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'