Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rhinempi authored Jul 1, 2024
1 parent 97db2b9 commit 7fd7d05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,8 @@ do
export GHRS_GITHUB_API_TOKEN="${INPUT_OWNTOKEN}"

set +e
git push --set-upstream origin https://rhinempi:${INPUT_OWNTOKEN}@github.com/rhinempi/github-repo-stats.git
git remote set-url origin https://rhinempi:${INPUT_OWNTOKEN}@github.com/rhinempi/github-repo-stats.git
git push
PUSH_ECODE=$?
set -e
set +x
Expand Down

0 comments on commit 7fd7d05

Please sign in to comment.