From d4e1f97f1f2763210a9d6de231b5b1fb9c8cf933 Mon Sep 17 00:00:00 2001 From: Datpmt Date: Fri, 3 Jan 2025 09:30:13 +0700 Subject: [PATCH] Update default version of the action to 'main' --- .github/workflows/typocop.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/typocop.yml b/.github/workflows/typocop.yml index e343cd5b..4c7c867a 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.4 + uses: datpmt/typocop@main with: github_token: ${{ secrets.GITHUB_TOKEN }} pull_request_id: ${{ github.event.pull_request.number }} diff --git a/README.md b/README.md index cac8e142..7106dffe 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.4 + uses: datpmt/typocop@main with: github_token: ${{ secrets.GITHUB_TOKEN }} pull_request_id: ${{ github.event.pull_request.number }}