From 40314ffd2ab0976390bfb50536528403a8ec3acb Mon Sep 17 00:00:00 2001 From: Bjorn Reppen Date: Wed, 30 Aug 2023 17:53:24 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20sl=C3=A5r=20av=20commit=20i=20byggescrip?= =?UTF-8?q?t,=20f=C3=B8rer=20til=20evig=20loop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 133f3ed..e3cd9e6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,19 +33,6 @@ jobs: with: artifacts: "artifacts.tar" tag: v_${{ github.run_number }} - - name: Push to kommune - run: | - cd destinationRepo - git config --global user.name "GitHub Actions Bot" - git config --global user.email "<>" - git config --global --list - git stage . - git commit -m "Updated from kommune v_${{ github.run_number }}" - git branch --set-upstream-to master - git push https://$USERNAME:$REPO_KEY@github.com/artsdatabanken/kommune.git - env: - REPO_KEY: ${{secrets.PUSH_TOKEN}} - USERNAME: github-actions[bot] workflow_dispatch: runs-on: ubuntu-latest steps: