Skip to content

Commit

Permalink
Update pr-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube authored Oct 27, 2023
1 parent e7a6df6 commit 1e3c9ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
description: PR number (No hashtag)
required: true
flutter-cache:
description: Use when something isn't quite right
description: Flutter cache
type: boolean
default: true

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: ${{ inputs.flutter-branch }}
cache: ${{ inputs.cache }}
cache: ${{ inputs.flutter-cache }}

- name: Install Flutter dependencies
run: flutter pub get
Expand Down

0 comments on commit 1e3c9ff

Please sign in to comment.