Skip to content

Commit 79cc462

Browse files
committed
fix env var name
1 parent ca0bf50 commit 79cc462

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/connector-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ jobs:
142142
run: |
143143
# Get the language of the connector from the metadata file
144144
CONNECTOR_LANGUAGE=$(poe -qq get-language)
145-
echo "language=$CONNECTOR_LANGUAGE" | tee -a $GITHUB_ENV
145+
echo "CONNECTOR_LANGUAGE=$CONNECTOR_LANGUAGE" | tee -a $GITHUB_ENV
146146
147-
- name: Install Airbyte CDK
147+
- name: Install CDK with Poetry
148148
if: steps.no_changes.outputs.status != 'cancelled'
149149
run: |
150150
cd airbyte-python-cdk

0 commit comments

Comments
 (0)