Skip to content

Commit

Permalink
change readme
Browse files Browse the repository at this point in the history
  • Loading branch information
0katrinpetrosyan0 committed Sep 7, 2022
1 parent edf53cf commit 9e25552
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pre-commit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

Expand Down

0 comments on commit 9e25552

Please sign in to comment.