Skip to content

Commit b399bb0

Browse files
committed
test
1 parent 16da187 commit b399bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-cdk-version-and-merge-command.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
# Read each line from the connector_folders variable
114114
echo "$connector_folders" | while read -r folder; do
115115
# 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 }}
116+
gh workflow run 'Connector Ops CI - Publish Connectors' --ref ${{ github.ref_name }} -F connectors-option="--name=$folder"
117117
done
118118
working-directory: ${{ github.workspace }} # Ensure gh command runs from the repo root
119119

0 commit comments

Comments
 (0)