Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
datpmt committed Dec 31, 2024
1 parent 8691438 commit b0077bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/typocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fetch-depth: 0

- name: Run Typocop Action
uses: datpmt/[email protected].2
uses: datpmt/[email protected].4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
pull_request_id: ${{ github.event.pull_request.number }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This GitHub Action automatically checks for typos in the files changed in a pull
fetch-depth: 0

- name: Run Typocop Action
uses: datpmt/[email protected].2
uses: datpmt/[email protected].4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
pull_request_id: ${{ github.event.pull_request.number }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ inputs:
setting:
description: 'Path to the custom setting.yml file for Typocop'
required: false
default: '.github/typocop/setting.yml
default: .github/typocop/setting.yml

runs:
using: 'composite'
Expand Down

0 comments on commit b0077bc

Please sign in to comment.