Skip to content

Commit b113b77

Browse files
committed
Fix a typo in version parameter given for e2e test action.
1 parent 5f22ad5 commit b113b77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-cypress-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: Start e2e env
1818
uses: HSLdevcom/jore4-tools/github-actions/run-ci@main
1919
with:
20-
timetables_api_version: "${{ env.IMAGE_NAME }}:${{ env.COMMIT_ID }}"
20+
timetablesapi_version: "${{ env.IMAGE_NAME }}:${{ env.COMMIT_ID }}"

0 commit comments

Comments
 (0)