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
Ho do i provide the path of the cloned repo, so that i can use this actions to commit
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.REPO_SCOPED_TOKEN }}
path: ${{github.run_id}}/mycode
is there a way to prove the path where git has cloned to this action. otherwise we get error as
fatal: not a git repository (or any parent up to mount point /github)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)
The text was updated successfully, but these errors were encountered:
📝 Brief description
Ho do i provide the path of the cloned repo, so that i can use this actions to commit
fatal: not a git repository (or any parent up to mount point /github)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)
The text was updated successfully, but these errors were encountered: