We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I don't know what's missing here. Is it as basic as needing a branch?
Any documentation on a fix needs to get put into #10
Prepare all required actions Getting action download info Download action repository 'stefanzweifel/git-auto-commit-action@master' (SHA:3d1b5e078a85df99db0cb2441cd4309b09d86253) Download action repository 'biglocalnews/upload-files@v3' (SHA:b8becd325dd4535bcd60895d3d01ca37b6dc3bce) Getting action download info Run ./.github/actions/extract Run git config --global user.email "[email protected]" git config --global user.email "[email protected]" git config --global user.name "GitHub Actions" git config pull.rebase false git checkout hi git pull origin main shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} env: pythonLocation: /opt/hostedtoolcache/Python/3.9.18/x64 PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.18/x64/lib/pkgconfig Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.18/x64 Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.18/x64 Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.18/x64 LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.18/x64/lib error: pathspec 'hi' did not match any file(s) known to git Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered:
Needed the branch.
Sorry, something went wrong.
No branches or pull requests
I don't know what's missing here. Is it as basic as needing a branch?
Any documentation on a fix needs to get put into #10
Prepare all required actions
Getting action download info
Download action repository 'stefanzweifel/git-auto-commit-action@master' (SHA:3d1b5e078a85df99db0cb2441cd4309b09d86253)
Download action repository 'biglocalnews/upload-files@v3' (SHA:b8becd325dd4535bcd60895d3d01ca37b6dc3bce)
Getting action download info
Run ./.github/actions/extract
Run git config --global user.email "[email protected]"
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
git config pull.rebase false
git checkout hi
git pull origin main
shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
env:
pythonLocation: /opt/hostedtoolcache/Python/3.9.18/x64
PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.18/x64/lib/pkgconfig
Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.18/x64
Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.18/x64
Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.18/x64
LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.18/x64/lib
error: pathspec 'hi' did not match any file(s) known to git
Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered: