ps-actions-sandbox / ActionsFundamentals

Repo for the GitHub Actions Fundamentals training.
MIT License
16 stars 122 forks source link

01-My-first-workflow.md Issue #17

Closed abelberhane closed 1 year ago

abelberhane commented 1 year ago

Issue

During my initial pass through of 01-My-first-workflow.md located here: https://github.com/ps-actions-sandbox/ActionsFundamentals/blob/main/hol/01-My-first-workflow.md#creating-the-workflow, The first step of Creating the Workflow is to Rename the file main.yml in the .github/workflows directory to github-actions-demo.yml.

There are only 2 files located in that path: delete-worfklows.yml and init.yml. Should I rename the init.yml file instead of main.yml, or is there a missing file? We should update the text accordingly.

Reference

https://github.com/ps-actions-sandbox/ActionsFundamentals/tree/main/.github/workflows image