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:
|
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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user