Skip to content

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

Filter by

1k results
 (62 ms)

1k results

inactions/checkout (press backspace or delete to remove)

The checkout action only fetches the pointer and not the object even when the lfs: true. Please help me understand how to fetch the objects and not only pointers. My assumption is that files should be ...
  • scottschreckengaust
  • 1
  • Opened 
    yesterday
  • #2208

This issue has become stale and will be closed automatically within a period of time. Sorry about that. Originally posted by @github-actions in https://github.com/actions/starter-workflows/issues/1306#issuecomment-1758890666 ...
  • Blondie0123
  • Opened 
    5 days ago
  • #2207

Please add a link like https on the above HTML document and generate a website address with a proper link then simulate it to the world wide web
  • Flyer951
  • 1
  • Opened 
    7 days ago
  • #2205

Issue When using an Alpine image in Github Actions runner, actions/checkout will put git into a bad state, causing go build to run into a vcs issue. go build is running into issue because its detecting ...
  • kiloexabyte
  • Opened 
    13 days ago
  • #2204

We’re experiencing performance issues on our GitHub Actions workflows. Specifically, jobs that use reusable actions such as actions/checkout@v4 are significantly slower than usual. The slowdown seems ...
  • mahergharbi96
  • Opened 
    16 days ago
  • #2203

We re experiencing extreme flakiness trying to check out our own repo in our CI and deploy suites. We re running Github actions hosted at Github and a Github repo hosted at Github. This is the first step ...
  • sloanesturz
  • Opened 
    17 days ago
  • #2201

- uses: actions/checkout@v4 with: fetch-tags: true == But this doesn t fetch all the tags. I have to use - uses: actions/checkout@v4 with: fetch-depth: ...
  • svaningelgem
  • Opened 
    18 days ago
  • #2199

I m trying to fetch all commits and branches, but not tags. I ve added this to my workflow: steps: - uses: actions/checkout@v4 with: fetch-depth: 0 fetch-tags: false ...
  • SethDavenport
  • Opened 
    21 days ago
  • #2195

Hi, my GHA pipeline started to fail on step that uses tenhaus/get-release-or-tag@v2 action. Image The same error happens on checkout@v4, checkout@v3 and checkout@v4.2.2. GHA job that fails when I try ...
  • BieLuk
  • 12
  • Opened 
    on May 28
  • #2191
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! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub