We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b3ff2 commit 6a4665eCopy full SHA for 6a4665e
devops/actions/cached_checkout/action.yml
@@ -31,7 +31,7 @@ runs:
31
mkdir -p ${{ inputs.cache_path }}/${{ inputs.repository }}
32
cd ${{ inputs.cache_path }}/${{ inputs.repository }}
33
if [ -d ./.git ]; then
34
- git pull --prune
+ git pull --prune --rebase
35
else
36
git clone https://github.com/${{ inputs.repository }}.git .
37
git gc
0 commit comments