Skip to content

Commit

Permalink
corrected parameter passing
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroslaw-pieszka committed May 9, 2023
1 parent d36b470 commit c9a59bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-tests-reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
SM_CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
SM_URL: ${{ secrets.SM_URL }}
SM_TOKEN_URL: ${{ secrets.TOKENURL }}
run: "./scripts/testing/run_e2e_module_tests.sh ${{ inputs.module-repo }}:${{ inputs.module-tag }} {{ inputs.credentials-mode }} ci"
run: "./scripts/testing/run_e2e_module_tests.sh ${{ inputs.module-repo }}:${{ inputs.module-tag }} ${{ inputs.credentials-mode }} ci"

0 comments on commit c9a59bb

Please sign in to comment.