Skip to content

Commit

Permalink
Remove invalid test of local action
Browse files Browse the repository at this point in the history
  • Loading branch information
lerebear committed Oct 7, 2023
1 parent c486d36 commit 70eecaa
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit 70eecaa

Please sign in to comment.