mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-17 14:31:14 +00:00
Fix if condition
This commit is contained in:
2
.github/workflows/zzz-reuse-build.yml
vendored
2
.github/workflows/zzz-reuse-build.yml
vendored
@@ -202,7 +202,7 @@ jobs:
|
||||
path: ${{ steps.set-artifact-name.outputs.base }}
|
||||
attempt_limit: 20
|
||||
attempt_delay: 10000
|
||||
if: ${{ inputs.flavour == 'mods' }}
|
||||
if: ${{ inputs.flavour == 'base' }}
|
||||
|
||||
###
|
||||
### Export and Upload mods
|
||||
|
||||
Reference in New Issue
Block a user