This commit is contained in:
GenZmeY 2022-03-30 00:27:01 +03:00
commit 920fb0a5c5

View File

@ -15,6 +15,7 @@ jobs:
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions"
git config --local pull.rebase false
- name: Add upstream repo
run: git remote add upstream https://github.com/TryGhost/Casper.git
- name: Checkout master