diff --git a/pre-commit/README.md b/pre-commit/README.md index 6899419..92f8338 100644 --- a/pre-commit/README.md +++ b/pre-commit/README.md @@ -7,7 +7,7 @@ This action can be used as follows add latest version: ```yaml - name: Pre-Commit Result to PR comment - uses: dasmeta/reusable-actions-workflows/pre-commit@0.0.5 + uses: dasmeta/reusable-actions-workflows/pre-commit@0.0.6 ``` ## For Default Configuration in .github/workflows/check.yml you must have: @@ -25,9 +25,10 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v3 - name: self test action - uses: ./ + uses: dasmeta/reusable-actions-workflows/pre-commit@0.0.5 with: repo-token: ${{ secrets.GITHUB_TOKEN }} + ``` ## Valid INPUTS