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.
2 parents dfaa238 + ee08793 commit 758ee05Copy full SHA for 758ee05
action.yml
@@ -52,7 +52,7 @@ runs:
52
HOSTNAME=${BASH_REMATCH[3]}
53
DESTINATION_OWNER=${BASH_REMATCH[4]}
54
DESTINATION_REPOSITORY=${BASH_REMATCH[5]}
55
- if [[ $DESTINATION_REPOSITORY == *'.git'* ]] && [[ $DESTINATION_REPOSITORY != *'.github.io'* ]]; then
+ if [[ $DESTINATION_REPOSITORY == *'.git'* ]] && [[ $DESTINATION_REPOSITORY != *'.github.io'* ]] && [[ $DESTINATION_REPOSITORY != *'.github'* ]]; then
56
DESTINATION_REPOSITORY=${DESTINATION_REPOSITORY//.git/ }
57
fi
58
0 commit comments