Skip to content

Commit

Permalink
github action v2
Browse files Browse the repository at this point in the history
  • Loading branch information
himsharma01 committed Sep 28, 2024
1 parent 86c9621 commit 5205e4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/V2App_review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
echo "${SUMO_APPS_V2_REPO_PATH}${appPath}"
- name: Upload Excel Sheet as PR Comment
id: upload_artifact
uses: actions/upload-artifact@v4
with:
name: excel-sheet
path: appreviewoutput.xlsx
- name: Get Artifact URL
id: get_artifact_url
# run: echo "::set-output name=artifact_url::${{ steps.upload_artifact.outputs }}"
run: echo "${steps.upload_artifact.outputs}"
run: echo "::set-output name=artifact_url::${{ steps.upload_artifact.outputs }}"

- name: Comment on PR with Excel Sheet
uses: actions/github-script@v7
Expand Down

0 comments on commit 5205e4a

Please sign in to comment.