Skip to content

Commit

Permalink
corrected output for branch
Browse files Browse the repository at this point in the history
  • Loading branch information
git-elliot committed Nov 17, 2024
1 parent 2683e16 commit 0ef609a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
macos: ${{ steps.filter.outputs.macos == 'true' }}
yaml: ${{ steps.filter.outputs.yaml == 'true' }}
windows: ${{ steps.filter.outputs.windows == 'true'}}
branch: ${{steps.extract_branch.branch}}
branch: ${{steps.extract_branch.outputs.branch}}
steps:
# For pull requests it's not necessary to checkout the code
- name: Extract branch name
Expand Down

0 comments on commit 0ef609a

Please sign in to comment.