Fix tag limits
This commit is contained in:
parent
be69d3fa2b
commit
90346180a3
2
.github/workflows/fork-sync.yml
vendored
2
.github/workflows/fork-sync.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
if: ${{ !inputs.tags }}
|
if: ${{ !inputs.tags }}
|
||||||
run: |
|
run: |
|
||||||
fmt='r=%(refname)
|
fmt='r=%(refname)
|
||||||
echo ${r#refs/tags/}'
|
git ls-remote --exit-code https://github.com/discretizer/homepage.git %(refname) >/dev/null|| echo ${r#refs/tags/}'
|
||||||
echo 'NEW_TAGS<<EOF' >> $GITHUB_OUTPUT
|
echo 'NEW_TAGS<<EOF' >> $GITHUB_OUTPUT
|
||||||
EXPR=$(git for-each-ref --format="$fmt" --no-merge main refs/tags)
|
EXPR=$(git for-each-ref --format="$fmt" --no-merge main refs/tags)
|
||||||
eval "$EXPR" >> $GITHUB_OUTPUT
|
eval "$EXPR" >> $GITHUB_OUTPUT
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user