We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75578c8 commit 4089a8fCopy full SHA for 4089a8f
1 file changed
.github/workflows/turtle-term-homebrew.yml
@@ -38,6 +38,8 @@ jobs:
38
39
- name: Stage local Homebrew tap
40
run: |
41
+ git config --global user.name "TurtleTerm CI"
42
+ git config --global user.email "turtleterm-ci@users.noreply.github.com"
43
brew tap-new sourceos-linux/turtleterm-ci
44
tap_root="$(brew --repository sourceos-linux/turtleterm-ci)"
45
mkdir -p "$tap_root/Formula"
0 commit comments