Skip to content

Commit

Permalink
Update fetch_upstream.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
imax9000 authored Jan 25, 2024
1 parent afd85c5 commit f77a77d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fetch_upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
with:
fetch-depth: 0
- run: |
git config --global user.email "automation@github.com"
git config --global user.name "fetch_upstream.yml"
git remote add upstream https://github.com/bluesky-social/social-app.git
git fetch upstream main
git checkout --track origin/main
Expand Down

0 comments on commit f77a77d

Please sign in to comment.