Skip to content

Commit

Permalink
Report result to Summary FOLIO-4178
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrossleyau committed Feb 5, 2025
1 parent e2c3774 commit e3d3bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gather-interfaces.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:

- name: Run if changes have been detected
if: ${{ steps.auto-commit-action.outputs.changes_detected == 'true' }}
run: echo "Changes were committed."
run: echo "Changes to _data/interfaces.jsonl were committed." | tee -a $GITHUB_STEP_SUMMARY

- name: Run if no changes have been detected
if: ${{ steps.auto-commit-action.outputs.changes_detected == 'false' }}
run: echo "There were no changes."
run: echo "There were no changes to _data/interfaces.jsonl" | tee -a $GITHUB_STEP_SUMMARY

0 comments on commit e3d3bef

Please sign in to comment.