Compare commits

...
2 Commits
Author SHA1 Message Date
Adrien PadolandGitHub 1e6ee87cb8 Added missing parameter for cache-key (#187) 2022-09-17 07:11:03 +07:00
Alif Rachmawadi 45dd344cec github sponsor 2022-09-08 11:37:17 +07:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
github: [subosito]
+1 -1
View File
@@ -44,7 +44,7 @@ runs:
using: 'composite' using: 'composite'
steps: steps:
- id: flutter-action - id: flutter-action
run: $GITHUB_ACTION_PATH/setup.sh -p -c '${{ inputs.cache-path }}' -n '${{ inputs.flutter-version }}' -a '${{ inputs.architecture }}' ${{ inputs.channel }} run: $GITHUB_ACTION_PATH/setup.sh -p -c '${{ inputs.cache-path }}' -k '${{ inputs.cache-key }}' -n '${{ inputs.flutter-version }}' -a '${{ inputs.architecture }}' ${{ inputs.channel }}
shell: bash shell: bash
- if: ${{ inputs.cache == 'true' }} - if: ${{ inputs.cache == 'true' }}
uses: actions/cache@v3 uses: actions/cache@v3