Skip to content

Commit

Permalink
chore: removed quotation from script
Browse files Browse the repository at this point in the history
  • Loading branch information
UzaeirKhan committed Jan 9, 2024
1 parent 47e584d commit c32c092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
workflow="${{ github.workflow }}"
workspace_path="${{ github.workspace }}"
chmod +x "${workspace_path}/e2e-system-tests/scripts/aggregate-json-files.sh"
"${workspace_path}/e2e-system-tests/scripts/aggregate-json-files.sh" \
chmod +x ${workspace_path}/e2e-system-tests/scripts/aggregate-json-files.sh
${workspace_path}/e2e-system-tests/scripts/aggregate-json-files.sh \
"${workflow}" \
"${{ inputs.cypress_brb }}" \
"${{ inputs.cypress_default }}" \
Expand Down

0 comments on commit c32c092

Please sign in to comment.