Skip to content

Commit 0ef609a

Browse files
committed
corrected output for branch
1 parent 2683e16 commit 0ef609a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flutter_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
macos: ${{ steps.filter.outputs.macos == 'true' }}
2727
yaml: ${{ steps.filter.outputs.yaml == 'true' }}
2828
windows: ${{ steps.filter.outputs.windows == 'true'}}
29-
branch: ${{steps.extract_branch.branch}}
29+
branch: ${{steps.extract_branch.outputs.branch}}
3030
steps:
3131
# For pull requests it's not necessary to checkout the code
3232
- name: Extract branch name

0 commit comments

Comments
 (0)