diff --git a/.github/workflows/pr-cc.yml b/.github/workflows/pr-cc.yml index 4a08168..15ceeb2 100644 --- a/.github/workflows/pr-cc.yml +++ b/.github/workflows/pr-cc.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: PR Conventional Commit Validation - uses: ytanikin/PRConventionalCommits@v1 + uses: ytanikin/pr-conventional-commits@1 with: task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]' add_label: 'false' \ No newline at end of file