From 2de7667c719f5c676ce45f79794aa17bdd6db6a3 Mon Sep 17 00:00:00 2001 From: Andreas Heinrich Date: Thu, 28 Nov 2024 17:02:43 +0100 Subject: [PATCH] add output everest-ci sha Signed-off-by: Andreas Heinrich --- .github/workflows/continuous_integration.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 137521d..84a9ae1 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -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: