diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6943a6e..5cd5c06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,24 +40,3 @@ jobs: id: npm-ci-test run: npm run ci-test - test-action: - name: GitHub Actions Test - runs-on: ubuntu-latest - - steps: - - name: Checkout - id: checkout - uses: actions/checkout@v4 - - - name: Test Local Action - id: test-action - uses: ./ - with: - token: ${{ secrets.GITHUB_TOKEN }} - - - name: Print Output - id: output - run: | - echo Score: "${{ steps.test-action.outputs.score }}" - echo Category: "${{ steps.test-action.outputs.score }}" -