Skip to content

Commit

Permalink
update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
datpmt committed Dec 7, 2024
1 parent 0734bdb commit 49577ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml → .github/workflows/typocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check Typos in Pull Request
on: [pull_request]

jobs:
test:
typocop:
permissions: write-all
runs-on: ubuntu-latest
steps:
Expand All @@ -22,7 +22,7 @@ jobs:
python3 -m pip install --upgrade pip
pip install typos
- name: Run Ruby Action
- name: Run Typocop Action
uses: ./
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
8 changes: 2 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'My Ruby Action'
description: 'A GitHub Action written in Ruby that processes input.'
name: 'Typocop Action'
description: 'Comment on PRs with typos or approvals'
inputs:
github_token:
description: 'GitHub Token'
Expand All @@ -11,10 +11,6 @@ inputs:
description: 'GitHub Base Reference'
required: true

outputs:
my_output:
description: 'Output after processing'

runs:
using: 'composite'
steps:
Expand Down

0 comments on commit 49577ed

Please sign in to comment.