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 b6b17c8 commit c3ce40bCopy full SHA for c3ce40b
action.yml
@@ -24,7 +24,7 @@ runs:
24
run: |
25
if [[ "${{ inputs.version }}" == "latest" ]]; then
26
# clone the latest version
27
- git clone https://github.com/andrewb1269hg/git-semver.git
+ git clone https://github.com/PandasWhoCode/git-semver.git
28
else
29
# clone the specified version
30
git clone --branch ${{ inputs.version }} https://github.com/PSanetra/git-semver.git
0 commit comments