trying not setting remote manually
Some checks failed
/ Plan (push) Failing after 10s

This commit is contained in:
Dan Hamik 2024-11-25 08:33:13 -06:00
parent 6f8bcda064
commit e17a362dad

View File

@ -21,8 +21,8 @@ jobs:
id: ls id: ls
run: ls -al run: ls -al
- 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"
#- name: Install Docker #- name: Install Docker
# run: curl -fsSL https://get.docker.com | sh # run: curl -fsSL https://get.docker.com | sh