Skip to content

Commit

Permalink
ci(ci): enhance CI workflow with trigger step logging
Browse files Browse the repository at this point in the history
- Add echo commands to output the trigger step ID and SHA in the CI workflow

Signed-off-by: appleboy <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Oct 21, 2024
1 parent b4d5392 commit 784a3c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,6 @@ jobs:

- name: output pipeline
run: |
echo ${{ steps.trigger.outputs.id }}
echo ${{ steps.trigger.outputs.sha }}
echo ${{ steps.trigger.outputs.web_url }}

0 comments on commit 784a3c9

Please sign in to comment.