79676272

Date: 2025-06-23 13:46:19
Score: 0.5
Natty:
Report link

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

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Larsluph