Skip to content

issues Search Results · repo:actions/checkout language:TypeScript

Filter by

980 results
 (50 ms)

980 results

inactions/checkout (press backspace or delete to remove)

Problem Description I have 2 simple workflows to make tests on 2 self-hosted runners, each of which runs on the specified runner. The runners run the jobs successfully. However when the checkout runs, ...
  • kozmotronik
  • Opened 
    yesterday
  • #2111

I m getting the error below, which is strange. I would have thought actions/checkout would handle a git repository that already has lfs set up. Image - uses: actions/checkout@v4.1.1 with: ...
  • oharboe
  • 1
  • Opened 
    2 days ago
  • #2110

Context: I m trying to clone a private repository containing some actions to launch further... - Cloning the main repository works fine: - name: Clone default repo uses: actions/checkout@v4 ...
  • ze42
  • 1
  • Opened 
    13 days ago
  • #2105

  • Khaliqdad7141
  • Opened 
    16 days ago
  • #2098

We are checking for a way to pass multiple option to the actions/checkout@v4, when used in a reusable workflow. Something like following jobs: docker: name: Docker uses: ./.github/workflows/docker.yml ...
  • mrmontoya913
  • Opened 
    16 days ago
  • #2097

Looking at name: Foo Bar on: push: branches: - main jobs: tag-dependabot-prs: name: Build Tag containers for Dependabot PR runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 ...
  • tillbrodbeck-oviva
  • 1
  • Opened 
    17 days ago
  • #2095

error: invalid path test/aux/DuplicateExecutable/.gitignore Run actions/checkout@v4 ... Checking out the ref C:\Program Files\Git\bin\git.exe checkout --progress --force refs/remotes/pull/7719/merge ...
  • andreasabel
  • 1
  • Opened 
    23 days ago
  • #2091

I m trying to use this action to checkout a private repo which has multiple other private repos as submodules, they re all from the same github organization. All the submodules work fine when interacting ...
  • WilliamRaia-ploomes
  • 3
  • Opened 
    on Feb 13
  • #2080

Why can t I perform git fetch origin on the submodule directory after I copied the repository to another machine? I can t get any information and can t checkout to the desired target branch. I have removed ...
  • swgu98
  • 1
  • Opened 
    on Feb 13
  • #2079

I am using actions/ checkout@v4 After downloading the directory, I wanted to package it and transfer it to another machine for use. However, when performing a git pull operation on the other machine, ...
  • tianshuo78520a
  • 1
  • Opened 
    on Feb 11
  • #2072
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub