Skip to content

Commit

Permalink
BC-5468 remove variable names passed as argument
Browse files Browse the repository at this point in the history
  • Loading branch information
UzaeirKhan committed Nov 22, 2023
1 parent 4b2be68 commit 7ec0621
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ jobs:
chmod +x ${{ github.workspace }}/e2e-system-tests/scripts/aggregate-json-files.sh
${{ github.workspace }}/e2e-system-tests/scripts/aggregate-json-files.sh \
--workflow_name "${workflow}" \
--brb_instance "${brb_instance}" \
--default_instance "${default_instance}" \
--nbc_instance "${nbc_instance}" \
--workspace_path "${workspace_path}"
"${workflow}" \
"${brb_instance}" \
"${default_instance}" \
"${nbc_instance}" \
"${workspace_path}"
Expand Down

0 comments on commit 7ec0621

Please sign in to comment.