Skip to content

Commit

Permalink
Reduce GH action fetch scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Kalafut authored Mar 3, 2020
1 parent b73b3a5 commit 261aa85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stable-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 261aa85

Please sign in to comment.