Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

Commit

Permalink
merge-upstream.yml: fix a BIG BIG BIG bug
Browse files Browse the repository at this point in the history
  • Loading branch information
KFERMercer authored Dec 4, 2019
1 parent 3df89de commit 8530f58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions merge-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
uses: actions/checkout@master
with:
ref: master
fetch-depth: 0
lfs: true

- name: Set git identity
run : |
Expand All @@ -39,3 +41,4 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8530f58

Please sign in to comment.