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 Feb 19, 2024
1 parent 99db0d2 commit 4cfc986
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/actions/docker-build-and-push/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ runs:
provenance: false
set: |
${{ inputs.build-args }}
- name: Build and Save Artifacts
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: docker/bake-action@v3
Expand Down Expand Up @@ -145,7 +145,7 @@ runs:
compression-level: 6
overwrite: true
if-no-files-found: warn

- name: Upload Artifacts - devel
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.save-artifacts == true }}
uses: actions/upload-artifact@v4
Expand All @@ -156,7 +156,7 @@ runs:
compression-level: 6
overwrite: true
if-no-files-found: warn

- name: Upload Artifacts - runtime
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.save-artifacts == true }}
uses: actions/upload-artifact@v4
Expand All @@ -166,4 +166,4 @@ runs:
retention-days: 7
compression-level: 6
overwrite: true
if-no-files-found: warn
if-no-files-found: warn
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-and-push-main-self-hosted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ name: docker-build-and-push-main-self-hosted
on:
push:
tags:
- 'adkit-v*.*.*'
- "adkit-v*.*.*"

Check warning on line 11 in .github/workflows/docker-build-and-push-main-self-hosted.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (adkit)

Check failure on line 11 in .github/workflows/docker-build-and-push-main-self-hosted.yaml

View workflow job for this annotation

GitHub Actions / pre-commit-ansible

yaml[quoted-strings]

String value is redundantly quoted with any quotes
branches:
- main
schedule:
- cron: 0 0 1,15 * *
workflow_dispatch:
inputs:
save-artifacts:
description: 'Save artifacts to Github Actions'
description: "Save artifacts to Github Actions"

Check warning on line 19 in .github/workflows/docker-build-and-push-main-self-hosted.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (Github)

Check failure on line 19 in .github/workflows/docker-build-and-push-main-self-hosted.yaml

View workflow job for this annotation

GitHub Actions / pre-commit-ansible

yaml[quoted-strings]

String value is redundantly quoted with any quotes
required: true
default: true
type: boolean
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-and-push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ name: docker-build-and-push-main
on:
push:
tags:
- 'adkit-v*.*.*'
- "adkit-v*.*.*"

Check warning on line 11 in .github/workflows/docker-build-and-push-main.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (adkit)

Check failure on line 11 in .github/workflows/docker-build-and-push-main.yaml

View workflow job for this annotation

GitHub Actions / pre-commit-ansible

yaml[quoted-strings]

String value is redundantly quoted with any quotes
branches:
- main
schedule:
- cron: 0 0 1,15 * *
workflow_dispatch:
inputs:
save-artifacts:
description: 'Save artifacts to Github Actions'
description: "Save artifacts to Github Actions"

Check failure on line 19 in .github/workflows/docker-build-and-push-main.yaml

View workflow job for this annotation

GitHub Actions / pre-commit-ansible

yaml[quoted-strings]

String value is redundantly quoted with any quotes
required: true
default: true
type: boolean
Expand Down

0 comments on commit 4cfc986

Please sign in to comment.