-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathaction.yml
More file actions
27 lines (27 loc) · 676 Bytes
/
action.yml
File metadata and controls
27 lines (27 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: 'Cache PHP Extensions'
author: shivammathur
description: 'Cache PHP Extensions in GitHub Actions'
branding:
color: 'purple'
icon: 'box'
inputs:
php-version:
description: 'Setup PHP version.'
required: false
php-version-file:
description: 'Setup PHP version from a file.'
required: false
extensions:
description: 'Extensions you want to cache.'
required: true
key:
description: 'Key to version the cache hash.'
required: true
outputs:
dir:
description: 'Directory containing the cached PHP extensions.'
key:
description: 'Cache key for the PHP extensions directory.'
runs:
using: 'node24'
main: 'dist/index.js'