Compare commits

...

7 Commits

Author SHA1 Message Date
Barret Schloerke
890957495b Remove debug branch name 2021-08-02 22:33:01 -04:00
Barret Schloerke
877ad18bb9 remove debug step 2021-08-02 22:31:53 -04:00
Barret Schloerke
a1cf9b40f0 fix master spacing 2021-08-02 22:31:42 -04:00
Barret Schloerke
5361c61faa use same branch 2021-08-02 22:30:00 -04:00
Barret Schloerke
b386e2b550 use same branch 2021-08-02 22:29:48 -04:00
Barret Schloerke
52499e4bc0 add space 2021-08-02 22:29:25 -04:00
Barret Schloerke
6fae374b11 debug 2021-08-02 22:28:10 -04:00

View File

@@ -159,7 +159,7 @@ jobs:
if: github.event_name == 'push'
run: |
# Can't push to a protected branch
if [ -n "`git cherry origin/master`"]; then
if [ -n "`git cherry origin/master`" ]; then
echo "Un-pushed commits:"
git cherry -v origin/master
echo "\nCan not push to a protected branch. Exiting"