We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb09e09 commit 3716bd3Copy full SHA for 3716bd3
.github/workflows/nextjs.yml
@@ -28,6 +28,8 @@ jobs:
28
# Build job
29
build:
30
runs-on: ubuntu-latest
31
+ env:
32
+ NEXT_TELEMETRY_DISABLED: 1
33
steps:
34
- name: Checkout
35
uses: actions/checkout@v4
0 commit comments