From 1ee39c5c550c06c852e12cc4d2f858ec432b1fb9 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Sat, 16 Oct 2021 16:34:32 +0200 Subject: [PATCH] ci: add echo command for consistency between two workflows --- .github/workflows/integration-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 9e8f940..d61f121 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -35,6 +35,7 @@ jobs: - name: Set BOOTSTRAP_PIP_SPEC value run: | echo "BOOTSTRAP_PIP_SPEC=git+https://github.com/$GITHUB_REPOSITORY.git@$GITHUB_REF" >> $GITHUB_ENV + echo $BOOTSTRAP_PIP_SPEC - name: Build systemd image run: |