Skip to content

Commit dbb99be

Browse files
mvzadmorgan
authored andcommitted
Remove branch creation from GitHub Action
1 parent 84854b2 commit dbb99be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- if: startsWith(matrix.os, 'macos')
1919
run: brew install bash
2020
- run:
21-
git checkout -B git-actions-ci-dummy-branch;
2221
git config --global user.email "you@example.com";
2322
git config --global user.name "Your Name";
2423
- run: make test

0 commit comments

Comments
 (0)