Skip to content

Commit

Permalink
extract report for github action step summary
Browse files Browse the repository at this point in the history
  • Loading branch information
dvojtise authored Sep 13, 2024
1 parent 67088b4 commit 1bf2e4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/syncSubModuleBranches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ jobs:
export GITUSER_PASSWORD=${{ secrets.BOT_GITUSER_PASSWORD }}
cd releng-scripts/sync-gemoc-submodules
mvn --batch-mode -Dgituser.email=didier.vojtisek@inria.fr clean verify
- name: Report branches 🔍
run: |
cat releng-scripts/sync-gemoc-submodules/target/syncReport.md >> $GITHUB_STEP_SUMMARY

0 comments on commit 1bf2e4b

Please sign in to comment.