Skip to content

Commit

Permalink
updated input param
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu219 committed Sep 29, 2024
1 parent b14a466 commit fe2b9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/V2App_review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
env:
app_path: ${{ steps.set_relative_folder_path.outputs.app_path }}
run: |
sumoappsuite review-v2-app -f "${SUMO_APPS_V2_REPO_PATH}/src/${app_path}" -o .
sumoappsuite review-v2-app -f "${SUMO_APPS_V2_REPO_PATH}/src/"${app_path} -o .
- name: Upload Excel Sheet as PR Comment
id: upload_artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit fe2b9c9

Please sign in to comment.