We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 214b694 commit 2ea3cd5Copy full SHA for 2ea3cd5
.github/workflows/code-health.yml
@@ -23,6 +23,8 @@ jobs:
23
go-version-file: 'go.mod'
24
- name: Build
25
run: make build
26
+ - name: Set the user terminal
27
+ run: export GPG_TTY=$(tty)
28
unit-test:
29
needs: build
30
runs-on: ubuntu-latest
0 commit comments