Skip to content

Commit cf5383b

Browse files
authored
bump-version: make it work on forks (airbytehq#52653)
1 parent ad3550c commit cf5383b

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: ${{ github.event.pull_request.head.repo.clone_url }}
98+
git_repo_url: ${{ steps.job-vars.outputs.repo }}
9999
subcommand: |
100100
connectors --modified bump-version \
101101
${{ github.event.inputs.type }} \

0 commit comments

Comments
 (0)