From d395380ada4134fda5b79ee456c4024ee1d6951b Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Mon, 20 Nov 2023 20:42:26 -0600 Subject: [PATCH] fix: adjust line endings and chmod Signed-off-by: Eric Nemchik --- .github/workflows/deploy.yml | 2 +- compose/.apps/postgres/postgres.aarch64.yml | 0 compose/.apps/postgres/postgres.hostname.yml | 0 compose/.apps/postgres/postgres.labels.yml | 0 compose/.apps/postgres/postgres.netmode.yml | 0 compose/.apps/postgres/postgres.ports.yml | 0 compose/.apps/postgres/postgres.x86_64.yml | 0 compose/.apps/postgres/postgres.yml | 0 8 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 compose/.apps/postgres/postgres.aarch64.yml mode change 100755 => 100644 compose/.apps/postgres/postgres.hostname.yml mode change 100755 => 100644 compose/.apps/postgres/postgres.labels.yml mode change 100755 => 100644 compose/.apps/postgres/postgres.netmode.yml mode change 100755 => 100644 compose/.apps/postgres/postgres.ports.yml mode change 100755 => 100644 compose/.apps/postgres/postgres.x86_64.yml mode change 100755 => 100644 compose/.apps/postgres/postgres.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ad8976856d..9142fe8149 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v4.1.1 with: - fetch-depth: '0' + fetch-depth: "0" - uses: actions/setup-python@v4.7.1 with: python-version: 3.x diff --git a/compose/.apps/postgres/postgres.aarch64.yml b/compose/.apps/postgres/postgres.aarch64.yml old mode 100755 new mode 100644 diff --git a/compose/.apps/postgres/postgres.hostname.yml b/compose/.apps/postgres/postgres.hostname.yml old mode 100755 new mode 100644 diff --git a/compose/.apps/postgres/postgres.labels.yml b/compose/.apps/postgres/postgres.labels.yml old mode 100755 new mode 100644 diff --git a/compose/.apps/postgres/postgres.netmode.yml b/compose/.apps/postgres/postgres.netmode.yml old mode 100755 new mode 100644 diff --git a/compose/.apps/postgres/postgres.ports.yml b/compose/.apps/postgres/postgres.ports.yml old mode 100755 new mode 100644 diff --git a/compose/.apps/postgres/postgres.x86_64.yml b/compose/.apps/postgres/postgres.x86_64.yml old mode 100755 new mode 100644 diff --git a/compose/.apps/postgres/postgres.yml b/compose/.apps/postgres/postgres.yml old mode 100755 new mode 100644