We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6424ae commit 5dc6492Copy full SHA for 5dc6492
.github/workflows/auto-nightly.yml
@@ -34,6 +34,8 @@ jobs:
34
echo '_${{ github.repository }}_' || :
35
echo '_${{ github.actor }}_' || :
36
echo '_${{ github.triggering_actor }}_' || :
37
+ echo git ls-remote --tags -- '${{ github.repositoryUrl }}' | wc -l || printf '%s\n' '0'
38
+ git ls-remote --tags -- '${{ github.repositoryUrl }}' | wc -l || printf '%s\n' '0'
39
echo "$(git ls-remote --tags -- '${{ github.repositoryUrl }}' | wc -l || printf '%s\n' '0')"
40
exit 0
41
# Building nightly...
0 commit comments