Skip to content

Commit

Permalink
github action v7
Browse files Browse the repository at this point in the history
  • Loading branch information
himsharma01 committed Sep 28, 2024
1 parent 3a62b67 commit c198891
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/V2App_review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,14 @@ jobs:

- name: "Run Sumo Logic App Review tool" #sumoappsuite review-v2-app -f "{SUMO_APPS_V2_REPO_PATH}{appPath}"
run: |
echo "Data1, Data2, Data3" >> appreviewoutput.xlsx
echo "${SUMO_APPS_V2_REPO_PATH}/${{ steps.generate_scr_file.outputs.app_path }}"
sumoappsuite review-v2-app -f "${SUMO_APPS_V2_REPO_PATH}/src/${{ steps.generate_scr_file.outputs.app_path }}"
- name: Upload Excel Sheet as PR Comment
id: upload_artifact
uses: actions/upload-artifact@v4
with:
name: excel-sheet
path: appreviewoutput.xlsx
path: ${SUMO_APPS_V2_REPO_PATH}/src/${{ steps.generate_scr_file.outputs.app_path }}/appreviewoutput.xlsx
- name: Get Artifact URL
id: get_artifact_url
run: echo "::set-output name=artifact_url::${{ steps.upload_artifact.outputs.artifact-url }}"
Expand Down

0 comments on commit c198891

Please sign in to comment.