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
Issue using this in a GitHub action:
/entrypoint.sh: line 8: git: not found /entrypoint.sh: line 9: git: not found
Yaml is:
name: CI on: push: branches: [main] jobs: codecommit: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: 0 - uses: net-engine/github-repository-sync-action@v1 with: ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} target_repo_url: ${{ secrets.CODECOMMIT_URL }}
The text was updated successfully, but these errors were encountered:
Also happening with me
Sorry, something went wrong.
Fixes net-engine#4
0904045
test
No branches or pull requests
Issue using this in a GitHub action:
Yaml is:
The text was updated successfully, but these errors were encountered: