quarkiverse / quarkus-github-action

Develop your GitHub Actions in Java with Quarkus.

Home Page:https://docs.quarkiverse.io/quarkus-github-action/dev/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git remote add origin cmd not needed

NewRunner2023 opened this issue · comments

I'm on the Push to Git part of https://quarkiverse.github.io/quarkiverse-docs/quarkus-github-action/dev/create-github-action.html

I don't think that the line
git remote add origin git@github.com:my/action-github-repository.git

is needed.

When I do it I get:
Screenshot 2023-01-17 at 15 52 08

It is actually needed, except if you cloned the repository yourself. But in the guide, we don't do that, we just push to an empty repository.

Please reopen or comment if you don't agree.