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 abcec80 commit 0183ec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/docker-build-and-push/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ runs:
compression-level: 6
overwrite: true
if-no-files-found: error

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

- name: Upload Artifact - runtime
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.save-artifacts == true }}
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0183ec2

Please sign in to comment.