Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed May 24, 2024
1 parent 818daae commit 6c10f71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/docker-build-and-push-openadkit/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ runs:
${{ inputs.bake-images }}
set: |
${{ inputs.build-args }}
- name: Build only
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.artifacts-destination == 'tarball' }}
uses: docker/bake-action@v3
Expand All @@ -121,7 +121,7 @@ runs:
provenance: false
targets: |
${{ inputs.bake-images }}
- name: Output artifact URLs
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.artifacts-destination == 'tarball' }}
id: warn-no-artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/docker-build-and-push/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ runs:
${{ inputs.bake-images }}
set: |
${{ inputs.build-args }}
- name: Build Only
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.artifacts-destination == 'tarball' }}
uses: docker/bake-action@v3
Expand Down

0 comments on commit 6c10f71

Please sign in to comment.