We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16da187 commit b399bb0Copy full SHA for b399bb0
.github/workflows/bump-cdk-version-and-merge-command.yml
@@ -113,7 +113,7 @@ jobs:
113
# Read each line from the connector_folders variable
114
echo "$connector_folders" | while read -r folder; do
115
# Call the function, passing the current folder name as an argument
116
- gh workflow run 'Connector Ops CI - Publish Connectors' --ref ${{ github.ref_name }} -F connectors-option="--name=$folder" -F gitref=${{ github.ref_name }}
+ gh workflow run 'Connector Ops CI - Publish Connectors' --ref ${{ github.ref_name }} -F connectors-option="--name=$folder"
117
done
118
working-directory: ${{ github.workspace }} # Ensure gh command runs from the repo root
119
0 commit comments