Added missing parameter for cache-key (#187)

This commit is contained in:
Adrien Padol
2022-09-17 07:11:03 +07:00
committed by GitHub
parent 45dd344cec
commit f7cbc22afd
+1 -1
View File
@@ -44,7 +44,7 @@ runs:
using: 'composite'
steps:
- 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
- if: ${{ inputs.cache == 'true' }}
uses: actions/cache@v3