79226066

Date: 2024-11-26 09:36:40
Score: 1
Natty:
Report link

The issue is that you are calling the workflow within a step, while this is supported as a job.

What you should have is:

jobs:
  my-test-job:
    uses: ./.github/actions/test
      with:
        username: John
      secrets:
        token: secret Token
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ayoub Benaissa