We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad3550c commit cf5383bCopy full SHA for cf5383b
.github/workflows/bump-version-command.yml
@@ -95,7 +95,7 @@ jobs:
95
gcs_credentials: ${{ secrets.METADATA_SERVICE_PROD_GCS_CREDENTIALS }}
96
sentry_dsn: ${{ secrets.SENTRY_AIRBYTE_CI_DSN }}
97
github_token: ${{ secrets.GH_PAT_MAINTENANCE_OCTAVIA }}
98
- git_repo_url: ${{ github.event.pull_request.head.repo.clone_url }}
+ git_repo_url: ${{ steps.job-vars.outputs.repo }}
99
subcommand: |
100
connectors --modified bump-version \
101
${{ github.event.inputs.type }} \
0 commit comments