This commit is contained in:
Nils Stinnesbeck 2023-05-18 18:14:55 +02:00
parent d91ff722a7
commit 2e35b6503e
Signed by: nils
GPG Key ID: C52E07422A136076

View File

@ -6,9 +6,6 @@ on:
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
defaults:
run:
working-directory: /repo
steps: steps:
- name: Set git remote if not already set - name: Set git remote if not already set
run: git remote -v | grep -w gitea || git remote add gitea "./gitea/git/repositories/${GITHUB_REPOSITORY,,}.git" run: git remote -v | grep -w gitea || git remote add gitea "./gitea/git/repositories/${GITHUB_REPOSITORY,,}.git"