From b0077bc7cea70df07892232e2f90c14c4f58aea2 Mon Sep 17 00:00:00 2001 From: Datpmt Date: Tue, 31 Dec 2024 08:58:41 +0700 Subject: [PATCH] update action --- .github/workflows/typocop.yml | 2 +- README.md | 2 +- action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/typocop.yml b/.github/workflows/typocop.yml index eea84d5e..e343cd5b 100644 --- a/.github/workflows/typocop.yml +++ b/.github/workflows/typocop.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 - name: Run Typocop Action - uses: datpmt/typocop@v1.0.2 + uses: datpmt/typocop@v1.0.4 with: github_token: ${{ secrets.GITHUB_TOKEN }} pull_request_id: ${{ github.event.pull_request.number }} diff --git a/README.md b/README.md index 4040eee6..cac8e142 100644 --- a/README.md +++ b/README.md @@ -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/typocop@v1.0.2 + uses: datpmt/typocop@v1.0.4 with: github_token: ${{ secrets.GITHUB_TOKEN }} pull_request_id: ${{ github.event.pull_request.number }} diff --git a/action.yml b/action.yml index bcc8f08f..f08e051b 100644 --- a/action.yml +++ b/action.yml @@ -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'