Skip to content

Commit

Permalink
fix: slår av commit i byggescript, fører til evig loop
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornreppen committed Aug 30, 2023
1 parent f26d941 commit 40314ff
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 40314ff

Please sign in to comment.