diff --git a/.github/github_pushback.sh b/.github/github_pushback.sh index 4c6518f..1971bbb 100755 --- a/.github/github_pushback.sh +++ b/.github/github_pushback.sh @@ -1,6 +1,11 @@ #! /bin/bash -echo "${PWD##*/}" | grep "gitea-pika-first-setup" || echo "No push back here" && exit 0 +if echo "${PWD##*/}" | grep "gitea-pika-first-setup" +then + echo "This is github attempt pushback" +else + echo "No push back here" && exit 0 +fi git remote set-url origin git@git.pika-os.com:custom-gui-packages/pika-first-setup