Skip to content

Commit 9455a6d

Browse files
committed
fetch
1 parent 82d6fa7 commit 9455a6d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747
if: inputs.pr-url != ''
4848
shell: bash
4949
run: |
50-
GIT_AI_RELEASE_TAG=v1.0.23-next-2c08a4e curl -fsSL https://raw.githubusercontent.com/acunniffe/git-ai/main/install.sh | bash
50+
curl -fsSL https://raw.githubusercontent.com/acunniffe/git-ai/main/install.sh | bash
5151
echo "$HOME/.git-ai/bin" >> $GITHUB_PATH
5252
5353
- name: Install git-ai-otel
@@ -92,6 +92,7 @@ runs:
9292
OTEL_EXPORTER_OTLP_HEADERS: ${{ inputs.OTEL_EXPORTER_OTLP_HEADERS }}
9393
OTEL_SERVICE_NAME: ${{ inputs.OTEL_SERVICE_NAME }}
9494
run: |
95+
git fetch
9596
git-ai-otel export "${{ inputs.default-branch }}" "${{ inputs.repo-url }}" --report markdown
9697
9798
- name: Write daily report summary

0 commit comments

Comments
 (0)