maester icon indicating copy to clipboard operation
maester copied to clipboard

GH: Errors after migrating from "inline script" to "marketplace Action"

Open Sar4D opened this issue 4 months ago • 0 comments

Hi, I am changing my Github action workflow from the inline script method to the marketplace action. However, when running it as showed in the docs, i get this error and i also get way more tests than before.

image

This is way I am using inside the workflow


    - name: Invoke Measter action inside the repository
      uses: maester365/maester@main
      with:
        client_id: ${{ secrets.CLIENT_IDD }}
        tenant_id: ${{ secrets.AZURE_TENANT_ID }}
        include_public_tests: false
        artifact_upload: true  
        step_summary: false

Any idea?

Sar4D avatar Sep 30 '24 14:09 Sar4D