Skip to content

Commit b486b00

Browse files
fix: add job-level env block with CONNECTOR_NAME, CONNECTOR_DIR, CONNECTOR_LANGUAGE from matrix
Co-Authored-By: AJ Steers <aj@airbyte.io>
1 parent 6d4f015 commit b486b00

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/connectors_up_to_date.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ jobs:
8484
permissions:
8585
pull-requests: write
8686
contents: write
87+
env:
88+
CONNECTOR_NAME: ${{ matrix.connector }}
89+
CONNECTOR_DIR: ${{ matrix.connector_dir }}
90+
CONNECTOR_LANGUAGE: ${{ matrix.connector_language }}
8791
steps:
8892
- name: Checkout Airbyte
8993
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
@@ -132,6 +136,6 @@ jobs:
132136
airbyte-ops local connector up-to-date \
133137
--repo-path "$GITHUB_WORKSPACE" \
134138
--concurrency=10 \
135-
${{ matrix.connector_names }} \
139+
--name="$CONNECTOR_NAME" \
136140
--create-prs \
137141
--auto-merge

0 commit comments

Comments
 (0)