Skip to content

Commit

Permalink
yaml bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rrsettgast committed Jun 5, 2024
1 parent 27e317f commit 8b3f3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuousIntegration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 8b3f3d2

Please sign in to comment.