Skip to content

Commit

Permalink
Update the output
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderM91 committed Dec 3, 2024
1 parent ab2640b commit fcad49a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/format-output.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,3 @@ echo -e "Formatted Diff Output:\n$FORMATTED_DIFF"
echo "FORMATTED_DIFF<<EOF" >> $GITHUB_ENV
echo -e "$FORMATTED_DIFF" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV

#echo "step_id=$(echo $GITHUB_STEP_ID)" >> $GITHUB_OUTPUT
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ jobs:
CURRENT_TAG=${{ matrix.tags[0] }}
bash .github/compare-images.sh $CURRENT_TAG > current-image-report.txt || true
cat current-image-report.txt
# echo "step_id=$(echo $GITHUB_STEP_ID)" >> $GITHUB_OUTPUT
- name: Previous image report
run: |
Expand All @@ -153,7 +152,7 @@ jobs:
cat jobs-response.json
JOB_ID=$(echo "$JOBS_JSON" | jq -r '.jobs[0].id')
echo "Extracted Job ID: $JOB_ID"
echo "job_id=$JOB_ID" >> $GITHUB_ENV
echo "::set-output name=job_id::$JOB_ID"
- name: Send Slack Notification
# if: ${{ github.ref == 'refs/heads/master' && env.DIFF_OUTPUT != '' }}
Expand Down

0 comments on commit fcad49a

Please sign in to comment.