Open theoricher opened 3 years ago
The remote be set as https://github.com/devkanro/setup-statusfy
and this is not a valid git URL, it should be https://github.com/devkanro/setup-statusfy.git
.
If we want to use pull
or rebase
command, we need to set a valid git remote, then we can fetch
, rebase
and push
.
I am focusing on building a GRPC Proxy tool, I will try it later.
I need to edit this file for add pull ? https://github.com/devkanro/setup-statusfy/blob/v1/src/main.ts
Yes, push action at https://github.com/devkanro/setup-statusfy/blob/v1/src/main.ts#L56
Recommend use fetch
, rebase
and push
, but not pull
and push
.
Hello,
Thanks for your work :)
I have a problem with the workflow. If several issues are opened at the same time the "Statusfy Incident" build fails. In the logs I find the following error :
I think we should add a git pull to get the changes from the build generated just before. But I don't know how to do it :) Can you help me correct this problem? I continue to search on my side :)
Thanks ! Théo