To access any files in your repository, the workflow first need to checkout this repository.
Add the following step above any steps that require accessing files from your repository:
- name: Checkout repository
uses: actions/checkout@v4
source of the underlying action: actions/checkout