diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c44e49..9c4da01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: cache: pnpm - run: pnpm install --frozen-lockfile - run: pnpm exec vitest run --reporter=default --reporter=junit --outputFile=test-results/vitest.xml - - uses: testglance/action@v1 + - uses: ./ if: always() with: api-key: ${{ secrets.TESTGLANCE_API_KEY }} diff --git a/action.yml b/action.yml index 3440fab..2cabf78 100644 --- a/action.yml +++ b/action.yml @@ -25,7 +25,7 @@ inputs: required: false default: '10' github-token: - description: 'GitHub token for PR comments. Use ${{ github.token }} or a PAT with pull-requests: write scope.' + description: 'GitHub token for PR comments. Use github.token or a PAT with pull-requests: write scope.' required: false runs: using: 'node20'