Always checkout repo

This commit is contained in:
Aaron Dalton 2024-01-18 20:34:12 -08:00
parent c4d4f159e8
commit 60bf676868

View File

@ -13,11 +13,11 @@ jobs:
synchronize-upstream: synchronize-upstream:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: gh repo clone dicretizer/homepage && cd homepage
- name: Fetch Upstream Tags - name: Fetch Upstream Tags
id: fetch-upstream-tags id: fetch-upstream-tags
if: ${{ !inputs.tags }} if: ${{ !inputs.tags }}
run: | run: |
gh repo clone dicretizer/homepage && cd homepage
git fetch --tags git fetch --tags
fmt=' fmt='
r=%(refname) r=%(refname)