Skip to content

Commit

Permalink
Separate git clone flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Nov 5, 2024
1 parent afa8187 commit 0001991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# Authorize GitHub CLI for the current repository
gh auth login --with-token < token.txt
gh repo clone $REPOSITORY $FOLDER --depth=1
gh repo clone $REPOSITORY $FOLDER -- --depth=1
cd $FOLDER
Expand Down

0 comments on commit 0001991

Please sign in to comment.