Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ViacheslavKudinov committed Jan 17, 2023
2 parents 77e79bb + 54c9adb commit 79c12b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -112,7 +112,7 @@ jobs:
needs: integration-tests
steps:
- uses: actions/checkout@v2
- uses: cycjimmy/semantic-release-action@v2
- uses: cycjimmy/semantic-release-action@v3
with:
extra_plugins: |
@semantic-release/git
Expand Down
3 changes: 1 addition & 2 deletions action.yml
Expand Up @@ -18,12 +18,11 @@ inputs:
output-file:
required: false
description: 'The path where to save the linting results to'
default:
default: "/dev/stdout"
results-to-console:
required: false
description: 'The flag to print Hadolint results to console'
default: false

# standart hadolint options:
no-color:
required: false
Expand Down

0 comments on commit 79c12b5

Please sign in to comment.