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 6fe9902 commit 97db2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ do
export GHRS_GITHUB_API_TOKEN="${INPUT_OWNTOKEN}"

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

0 comments on commit 97db2b9

Please sign in to comment.