From 71e3fefc001a3f0864ce7a0f60f75b485ade20a6 Mon Sep 17 00:00:00 2001 From: fkwp Date: Wed, 10 Apr 2024 12:37:37 +0000 Subject: [PATCH] added trailing newline --- .github/workflows/build_resuable.yaml | 2 +- .github/workflows/docker-pr.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_resuable.yaml b/.github/workflows/build_resuable.yaml index f5f20f65..258148c6 100644 --- a/.github/workflows/build_resuable.yaml +++ b/.github/workflows/build_resuable.yaml @@ -30,4 +30,4 @@ jobs: name: build path: dist # We'll only use this in a triggered job, then we're done with it - retention-days: 1 \ No newline at end of file + retention-days: 1 diff --git a/.github/workflows/docker-pr.yaml b/.github/workflows/docker-pr.yaml index 8ce15d67..7d0d3ed1 100644 --- a/.github/workflows/docker-pr.yaml +++ b/.github/workflows/docker-pr.yaml @@ -56,4 +56,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}