issues Search Results · repo:actions/checkout language:TypeScript
Filter by
0 results
(69 ms)0 results
inactions/checkout (press backspace or delete to remove)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 30 minutes 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 12 hours ago
- #2199
Pull Request Overview
This PR ensures that the compute shader local sizes (x, y, z) are rounded up to multiples of the subgroup size. It adds
helper functions to compute trailing-zero counts, round values ...
Stevenanthony21b
- Opened yesterday
- #2197
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 4 days ago
- #2195
jabari-max
- Opened 10 days ago
- #2193
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 13 days ago
- #2191
You ll need to use an SSH key instead of a PAT if any URL in your .gitmodules file starts with ssh:// instead of
https:// or git@github.com: otherwise GitHub will fail to clone the submodule in question ...
sandeepd-nv
- Opened 26 days ago
- #2178
When calling the checkout action, an error will be reported. This is the task link:
https://github.com/PaddlePaddle/Paddle/actions/runs/14889303999/job/41817146967?pr=72610.
Occasionally, it doesn t happen ...
swgu98
- 2
- Opened on May 8
- #2175

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 IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
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 IssuesProTip!
Press the /
key to activate the search input again and adjust your query.