We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7f893 commit 140297dCopy full SHA for 140297d
1 file changed
.github/workflows/pypi.yml
@@ -46,7 +46,7 @@ jobs:
46
uses: TriPSs/conventional-changelog-action@v3
47
with:
48
github-token: ${{ github.token }}
49
- git-url: git.yusufali.ca
+ git-url: ${{ github.server_url != 'https://github.com' && 'git.yusufali.ca' || '' }}
50
tag-prefix: ""
51
output-file: false
52
skip-version-file: true
0 commit comments