test
This commit is contained in:
parent
d91ff722a7
commit
2e35b6503e
@ -6,10 +6,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
defaults:
|
steps:
|
||||||
run:
|
|
||||||
working-directory: /repo
|
|
||||||
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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user