You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error: Error: There is no tracking information for the current branch. The reason is obvious. It is attempting to pull/rebase from a branch that doesn't exist. I might have missed some important documentation, but I figured the action wouldn't try to pull if the branch did not exist. The "solution" to this bug might just be a line in the documentation near the pull.
If you wish to set tracking information for this branch you can do so with:
git branch --set-upstream-to=origin/<branch> pyi
2023-05-29T22:19:51.6915940Z ##[endgroup]
2023-05-29T22:19:51.6916944Z ##[group]Outputs
2023-05-29T22:19:51.6917147Z committed: false
2023-05-29T22:19:51.6917375Z commit_long_sha: undefined
2023-05-29T22:19:51.6917601Z commit_sha: undefined
2023-05-29T22:19:51.6917802Z pushed: false
2023-05-29T22:19:51.6918000Z tagged: false
2023-05-29T22:19:51.6918201Z tag_pushed: false
2023-05-29T22:19:51.6918548Z ##[endgroup]
2023-05-29T22:19:51.6920397Z ##[error]Error: There is no tracking information for the current branch.
Please specify which branch you want to rebase against.
See git-pull(1) for details.
git pull <remote> <branch>
If you wish to set tracking information for this branch you can do so with:
Describe the bug
I am trying to use your action to push to a non-existent branch from a PR (not from a fork). I have used the following options:
I get the following error: Error: There is no tracking information for the current branch. The reason is obvious. It is attempting to pull/rebase from a branch that doesn't exist. I might have missed some important documentation, but I figured the action wouldn't try to pull if the branch did not exist. The "solution" to this bug might just be a line in the documentation near the pull.
Workflow used
See actual workflow here: https://github.com/KLayout/klayout/blob/666f9b78de0c8b5dbff06126c5b70a699a1bbc61/.github/workflows/build.yml#L118
Expected behavior
Creating a branch if it doesn't exist. Rebasing to an existing branch if it does.
Logs
Failed action can be found here: https://github.com/KLayout/klayout/actions/runs/5115253333/jobs/9197185262
I am pasting the logs for convenience (and future reference).
Logs
The text was updated successfully, but these errors were encountered: