Skip to content

Commit

Permalink
set upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Jan 26, 2022
1 parent 8aec239 commit 800cb6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/render-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
else
echo branch doesnt exist
git checkout -b $branch_name
git push -u
git push --set-upstream origin $branch_name
fi
rm -r docs/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style-and-sp-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
else
echo branch doesnt exist
git checkout -b $branch_name
git push -u
git push --set-upstream origin $branch_name
fi
- name: Run spell check
Expand Down

0 comments on commit 800cb6b

Please sign in to comment.