Skip to content

Commit

Permalink
github action v12
Browse files Browse the repository at this point in the history
  • Loading branch information
himsharma01 committed Sep 28, 2024
1 parent 9ac1677 commit c9d7e0d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/V2App_review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: "us-west-2"

- name: "Run Sumo Logic App Review tool" #sumoappsuite review-v2-app -f "{SUMO_APPS_V2_REPO_PATH}{appPath}"
- name: "Run Sumo Logic App Review tool"
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}/${{ steps.generate_scr_file.outputs.app_path }}"
Expand All @@ -47,7 +48,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: excel-sheet
path: ${SUMO_APPS_V2_REPO_PATH}/src/${{ steps.generate_scr_file.outputs.app_path }}/appreviewoutput.xlsx
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 c9d7e0d

Please sign in to comment.