Just the very first fix for hello world #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Just a static Hello World!!! | ||
on: | ||
schedule: | ||
cron: * * * * * | ||
jobs: | ||
hello_world: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: The only single step | ||
id: first-step | ||
run: echo "Hello GitHub Actions World!!!" |