Reduce GH action fetch scope

This commit is contained in:
Jim Kalafut 2020-03-02 21:36:34 -08:00 committed by GitHub
parent c437832a66
commit 0a585b0911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}