Skip to content

Commit

Permalink
Add remote url
Browse files Browse the repository at this point in the history
  • Loading branch information
umutphp committed Aug 28, 2024
1 parent 65a88ef commit c1fc6e2
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 @@ -37,7 +37,7 @@ mv readme_changed.md $README_FILE

sed "/^<!-- START gadpp -->.*/a $INSERTED_LINE" $README_FILE > readme_changed.md
mv readme_changed.md $README_FILE

git remote set-url origin https://$GITHUB_USERNAME:$API_TOKEN_GITHUB@github.com/$GITHUB_USERNAME/$GITHUB_REPO.git
git add .
git commit --message "Update from https://github.com/$GITHUB_REPOSITORY/commit/$GITHUB_SHA"
git push origin master

0 comments on commit c1fc6e2

Please sign in to comment.