From 8b3f3d2da0b166acb3504fe9085680fbb9d41f03 Mon Sep 17 00:00:00 2001 From: settgast1 Date: Wed, 5 Jun 2024 03:31:21 -0700 Subject: [PATCH] yaml bug --- .github/workflows/continuousIntegration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuousIntegration.yml b/.github/workflows/continuousIntegration.yml index 88b3c66..e1431c3 100644 --- a/.github/workflows/continuousIntegration.yml +++ b/.github/workflows/continuousIntegration.yml @@ -15,7 +15,7 @@ jobs: get_docker_image_tag_hash: runs-on: ubuntu-22.04 outputs: - GITHUB_OUTPUT: ${{ needs.extract_docker_image_tag_hash.outputs.GITHUB_OUTPUT }} + GITHUB_OUTPUT: ${{ steps.extract_docker_image_tag_hash.outputs.GITHUB_OUTPUT }} steps: - name: Checkout .devcontainer/devcontainer.json uses: actions/checkout@v4.1.6