Skip to content

Commit

Permalink
korrektur output
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Oct 17, 2023
1 parent 9f106a2 commit eb646d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_debian_unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
- name: Set Output cache_scope
id: set-cache_scope
run: echo "cache_scope="${{ env.CACHE_SCOPE }}-{0}" >> $GITHUB_OUTPUT
run: echo "cache_scope=${{ env.CACHE_SCOPE }}-{0}" >> $GITHUB_OUTPUT

- name: Set Output image_tag_name
id: set-image_tag_name
Expand Down

0 comments on commit eb646d2

Please sign in to comment.