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

Commit

Permalink
chore(actions-bootstrap): update default actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstrap-package-actions authored and boredland committed Jan 6, 2023
1 parent fb8cde3 commit c2295ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
-
name: check if behind upstream
run: |
if [ "$UPSTREAM_GIT" == "https://aur.archlinux.org/swaysome-git.git" ];then exit 0;fi
if [ "$UPSTREAM_GIT" ~= .*"UPSTREAM".* ];then exit 0;fi
git remote add upstream ${UPSTREAM_GIT}
git fetch upstream
git config --global user.email "[email protected]"
Expand Down

0 comments on commit c2295ee

Please sign in to comment.