From ec54956992c440cc04a6989f3aa8ac06b29fc8cc Mon Sep 17 00:00:00 2001 From: missytake Date: Mon, 5 Feb 2024 19:58:45 +0100 Subject: [PATCH] fix deployment GitHub Action --- .github/workflows/deploy.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2d9911e..202b6b1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,11 +12,8 @@ jobs: runs-on: ubuntu-latest steps: - - uses: GuillaumeFalourd/clone-github-repo-action@v2 - with: - owner: 'deltachat' - repository: 'invite' - - run: ls -la && ls -la invite + - uses: actions/checkout@v3 + - run: ls -la - name: Upload uses: horochx/deploy-via-scp@1.1.0 with: