Skip to content

Commit

Permalink
add output everest-ci sha
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm committed Nov 28, 2024
1 parent 86ad815 commit 2de7667
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ on:
coverage_deploy_token:
description: 'The token to use to deploy the coverage report'
required: true
outputs:
sha_everest_ci:
description: 'The sha of the everest-ci repository'
value: ${{ jobs.setup-env.outputs.sha_everest_ci }}

jobs:
lint:
Expand Down

0 comments on commit 2de7667

Please sign in to comment.