Reduce GH action fetch scope
This commit is contained in:
parent
c437832a66
commit
0a585b0911
|
@ -14,7 +14,7 @@ jobs:
|
|||
with:
|
||||
ref: stable-website
|
||||
- run: |
|
||||
git fetch --no-tags --prune origin +refs/heads/*:refs/remotes/origin/*
|
||||
git fetch --no-tags --prune origin master
|
||||
git config --local user.email "action@github.com"
|
||||
git config --local user.name "GitHub Action"
|
||||
git cherry-pick ${{ github.sha }}
|
||||
|
|
Loading…
Reference in New Issue