Skip to content

Commit 6f60f33

Browse files
committed
fixing env vars in ci
1 parent de36ed0 commit 6f60f33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ on: # yamllint disable-line rule:truthy rule:comments
1313
pull_request: ~
1414

1515
env:
16-
INVOKE_PYNTC_INVOKE_PYNTC_IMAGE_NAME: "pyntc"
17-
INVOKE_PYNTC_INVOKE_PYNTC_IMAGE_VER: "latest"
16+
INVOKE_PYNTC_IMAGE_NAME: "pyntc"
17+
INVOKE_PYNTC_IMAGE_VER: "latest"
1818

1919
jobs:
2020
ruff-format:

0 commit comments

Comments
 (0)