Skip to content

Commit 0eadede

Browse files
authored
community-ci: fix missing git info (#37760)
1 parent 5a9137b commit 0eadede

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/community_ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ jobs:
9999
sentry_dsn: ${{ secrets.SENTRY_AIRBYTE_CI_DSN }}
100100
subcommand: "connectors --modified test --only-step=qa_checks --only-step=version_inc_check --global-status-check-context='Connectors early CI checks' --global-status-check-description='Running early CI checks on connectors'"
101101
is_fork: "true"
102+
git_repo_url: ${{ github.event.pull_request.head.repo.clone_url }}
103+
git_branch: ${{ github.head_ref }}
104+
git_revision: ${{ github.event.pull_request.head.sha }}
105+
github_token: ${{ github.token }}
102106
- name: Upload pipeline reports
103107
id: upload-artifact
104108
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)