Skip to content

Commit

Permalink
updated workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu219 committed Sep 30, 2024
1 parent 4a019ad commit 3c29653
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/V2App_review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,4 @@ jobs:
PR_NUMBER=$(echo $GITHUB_REF | awk -F'/' '{print $3}')
ARTIFACT_URL="${{ steps.upload_artifact.outputs.artifact-url }}"
APP_NAME=$(cat scr_app_list.yaml | yq '.apps[0].name' | sed "s/\"//g")
echo $APP_NAME
curl -X POST -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" -d "{\"body\": \"Reviewed AppName $APP_NAME, Download the review feedback sheet: $ARTIFACT_URL\"}" "https://api.github.com/repos/${{ github.repository }}/issues/$PR_NUMBER/comments"
curl -X POST -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" -d "{\"body\": \"Reviewed AppName: $APP_NAME, download the review feedback [sheet]($ARTIFACT_URL)\"}" "https://api.github.com/repos/${{ github.repository }}/issues/$PR_NUMBER/comments"

0 comments on commit 3c29653

Please sign in to comment.