-
-
Notifications
You must be signed in to change notification settings - Fork 301
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug description
Hi!
I created a workflow that pulls the code from some private repository and uploads assets to the public one (the repository workflow is running on).
the problem is that some git commands in unity-builder reffers to workflow's base repository commits
How to reproduce
- create repository like game-builds (in my case https://github.com/neonknights/scheme-website)
- create another one with game itself (private)
- in game-build repo create new workflow (like that: https://github.com/neonKnights/sCHEMe-website/blob/main/.github/workflows/release-package.yml)
- in workflow, checkout code from
gamerepo - run unity build
- workflow fails https://github.com/neonKnights/sCHEMe-website/runs/5437854707?check_suite_focus=true
Expected behavior
unity-builder should depend on currently cloned repo
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working