We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e191bb commit 34658cdCopy full SHA for 34658cd
action.yml
@@ -21,9 +21,9 @@ inputs:
21
required: false
22
default: "false"
23
cache-key:
24
- description: "An explicit key for restoring and saving the Flutter SDK to/from cache"
+ description: "An explicit key for restoring and saving the pub dependencies to/from cache"
25
26
- default: "flutter"
+ default: "${{ github.event_name == 'pull_request' && github.base_ref || github.ref_name }}"
27
runs:
28
using: "composite"
29
steps:
0 commit comments