Skip to content
New issue

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

Git: not found error #4

Open
greenafrican opened this issue Jan 14, 2022 · 2 comments
Open

Git: not found error #4

greenafrican opened this issue Jan 14, 2022 · 2 comments

Comments

@greenafrican
Copy link

greenafrican commented Jan 14, 2022

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 }}
@ayr-ton
Copy link

ayr-ton commented Apr 8, 2022

Also happening with me

ayr-ton added a commit to ayr-ton/git-deploy-action that referenced this issue Apr 8, 2022
@SagarFci
Copy link

test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants