Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

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: