Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
committed Mar 1, 2025
1 parent 865991b commit 8993313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ runs:
-l '${{ inputs.flutter_pub_cache_key }}' \
-d '${{ inputs.flutter_pub_cache_key }}' \
-g '${{ inputs.flutter_git_url }}' \
${{ inputs.fltter_channel }}
${{ inputs.flutter_channel }}
- name: Cache Flutter
uses: actions/[email protected]
Expand All @@ -95,4 +95,4 @@ runs:
-n '${{ inputs.flutter_version }}' \
-a '${{ inputs.architecture }}' \
-c '${{ inputs.flutter_cache_key }}' \
${{ inputs.fltter_channel }}
${{ inputs.flutter_channel }}

0 comments on commit 8993313

Please sign in to comment.