issues Search Results · repo:actions/checkout language:TypeScript
Filter by
978 results
(60 ms)978 results
inactions/checkout (press backspace or delete to remove)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 3 days ago
- #2105
Khaliqdad7141
- Opened 5 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 6 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 7 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 12 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
- 2
- Opened 20 days ago
- #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 21 days ago
- #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 23 days ago
- #2072
actions/checkout@V4 occasionally fails silently at the very end of the action, preventing the rest of the job from
running. I never encountered this on other runners, this seems specific to ARM (ubuntu-24.04-arm) ...
sterliakov
- 7
- Opened 28 days ago
- #2064
Hello. I d like to use our own s3-compatible storage for LFS blobs. It works fine in command line interface. How to use
this actions/checkout action for the same? Example usage is very welcome!
Here is ...
retzero
- 1
- Opened 28 days ago
- #2063

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.