Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
taraspos committed Nov 5, 2024
1 parent daa7de4 commit 309e93a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/amplify-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
continue-on-error: true
run: |
job_info=$(aws amplify get-job --app-id ${APP_ID} --branch-name ${BRANCH_NAME} --job-id ${JOB_ID} --query 'job.summary')
echo "JOB_STATUS=$(jq -r '.status' <<< "$branch_info")" >> $GITHUB_OUTPUT
echo "COMMIT_ID=$(jq -r '.commitId' <<< "$branch_info")" >> $GITHUB_OUTPUT
echo "JOB_STATUS=$(jq -r '.status' <<< "$job_info")" >> $GITHUB_OUTPUT
echo "COMMIT_ID=$(jq -r '.commitId' <<< "$job_info")" >> $GITHUB_OUTPUT
- uses: actions/github-script@v7
env:
Expand Down

0 comments on commit 309e93a

Please sign in to comment.