Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.82 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.82 KB

Task 1

Time to warm up. In your first task you will create a GitHub action that prints basic information about itself and then lists all the files that are currently in the repository

Definition of done

  • Action displays the branch and commit ref
  • Action lists the files that are in the repository

_ Remember to create a new branch for this task _

Job 1 result

Hints & help

Those hints will help you start

If you want to learn and experiment more, you can use the following resources:

Here is an example solution for this task: