Skip to content

Commit

Permalink
Merge branch 'main' into test_branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Feb 18, 2024
2 parents 141ecfb + 42be28e commit 149168e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
python ${LOG_TO_CS} ${RAW_LOG} ${CS_XML}
- name: Convert Raw Log to Checkstyle format (launch action)
uses: mdeweerd/logToCheckStyle@test7
uses: mdeweerd/logToCheckStyle@test8
if: ${{ failure() }}
with:
in: ${{ env.RAW_LOG }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ optional arguments:
```yaml
- name: Convert Raw Log to Checkstyle format (launch action)
uses: mdeweerd/logToCheckStyle@test7
uses: mdeweerd/logToCheckStyle@test8
if: ${{ failure() }}
with:
in: ${{ env.RAW_LOG }}
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ inputs:
required: false
default:
annotate:
description: Turn annotation off/on (will default = true in github workflow in future)
description: Turn annotation off/on (default = true)
required: false
default: false # Turning off by default for now
default: true
# outputs:
# outpath: # id of output
# description: The output path
Expand Down

0 comments on commit 149168e

Please sign in to comment.