We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82d6fa7 commit 9455a6dCopy full SHA for 9455a6d
1 file changed
action.yml
@@ -47,7 +47,7 @@ runs:
47
if: inputs.pr-url != ''
48
shell: bash
49
run: |
50
- GIT_AI_RELEASE_TAG=v1.0.23-next-2c08a4e curl -fsSL https://raw.githubusercontent.com/acunniffe/git-ai/main/install.sh | bash
+ curl -fsSL https://raw.githubusercontent.com/acunniffe/git-ai/main/install.sh | bash
51
echo "$HOME/.git-ai/bin" >> $GITHUB_PATH
52
53
- name: Install git-ai-otel
@@ -92,6 +92,7 @@ runs:
92
OTEL_EXPORTER_OTLP_HEADERS: ${{ inputs.OTEL_EXPORTER_OTLP_HEADERS }}
93
OTEL_SERVICE_NAME: ${{ inputs.OTEL_SERVICE_NAME }}
94
95
+ git fetch
96
git-ai-otel export "${{ inputs.default-branch }}" "${{ inputs.repo-url }}" --report markdown
97
98
- name: Write daily report summary
0 commit comments