Skip to content

Commit

Permalink
wip: fix called workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Kruggel committed Aug 10, 2024
1 parent 08bcd78 commit 8f36e79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-flavor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ jobs:
type: ${{ inputs.type }}

- name: Set env
if: ${{ inputs.type == 'upgrade' }}
shell: bash
run: echo ${{ steps.test_flavor.outputs.required }}" >> GITHUB_ENV
run: echo "${{ steps.test_flavor.outputs.required }}" >> GITHUB_ENV

- name: Debug Output
if: ${{ always() && inputs.type == 'upgrade' }}
Expand Down

0 comments on commit 8f36e79

Please sign in to comment.