mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-21 19:03:08 +00:00
cicd: run in shell
This commit is contained in:
parent
caefada677
commit
a2ef2e9fdc
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ get_invokator_pr_number() {
|
|||
# Clone the repository containing the static JSON files
|
||||
clone() {
|
||||
git clone "https://github.com/${org}/${data_repo}.git" "$data_repo"
|
||||
cd "$data_repo" && git checkout staging
|
||||
(cd "$data_repo" && git checkout staging)
|
||||
}
|
||||
|
||||
# Configure git to use the supplied user when committing
|
||||
|
|
Loading…
Reference in a new issue