Always checkout repo
This commit is contained in:
parent
c4d4f159e8
commit
60bf676868
2
.github/workflows/fork-sync.yml
vendored
2
.github/workflows/fork-sync.yml
vendored
@ -13,11 +13,11 @@ jobs:
|
||||
synchronize-upstream:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: gh repo clone dicretizer/homepage && cd homepage
|
||||
- name: Fetch Upstream Tags
|
||||
id: fetch-upstream-tags
|
||||
if: ${{ !inputs.tags }}
|
||||
run: |
|
||||
gh repo clone dicretizer/homepage && cd homepage
|
||||
git fetch --tags
|
||||
fmt='
|
||||
r=%(refname)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user