Skip to content

Commit 492215f

Browse files
authored
airbyte-ci: make it work on forks #3 (airbytehq#52654)
1 parent cf5383b commit 492215f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-version-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
gcs_credentials: ${{ secrets.METADATA_SERVICE_PROD_GCS_CREDENTIALS }}
9696
sentry_dsn: ${{ secrets.SENTRY_AIRBYTE_CI_DSN }}
9797
github_token: ${{ secrets.GH_PAT_MAINTENANCE_OCTAVIA }}
98-
git_repo_url: ${{ steps.job-vars.outputs.repo }}
98+
git_repo_url: https://github.com/${{ steps.job-vars.outputs.repo }}.git
9999
subcommand: |
100100
connectors --modified bump-version \
101101
${{ github.event.inputs.type }} \

0 commit comments

Comments
 (0)