Fetch upstream

This commit is contained in:
Aaron Dalton 2024-01-18 21:17:59 -08:00
parent b8f256e3ef
commit da6eca5360

View File

@ -18,7 +18,7 @@ jobs:
with:
ref: upstream
fetch-depth: 0
- run: git remote add upstream https://github.com/gethomepage/homepage.git
- run: git remote add upstream https://github.com/gethomepage/homepage.git && git fetch upstream
- name: Fetch Upstream Tags
id: fetch-upstream-tags
if: ${{ !inputs.tags }}