-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathaction.yml
More file actions
32 lines (30 loc) · 866 Bytes
/
action.yml
File metadata and controls
32 lines (30 loc) · 866 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
28
29
30
31
32
name: 'Setup Ionic'
description: 'Set up your GitHub Actions workflow with Capacitor or Cordova environment.'
author: 'coturiv'
branding:
color: purple
icon: code
inputs:
cordova-version:
description: Version range or exact version of Cordova to use
ionic-version:
description: Version range or exact version of Ionic to use
capacitor-version:
description: Version range or exact version of Capacitor CLI to use
default: 'latest'
legacy:
description: Use Cordova (true) or Capacitor (false)
default: 'false'
java-version:
description: JDK major version to install (e.g. 17, 21)
default: '17'
install-java:
description: Whether to install Java
default: true
install-pods:
description: Whether to install CocoaPods
default: true
runs:
using: 'node20'
main: 'dist/index.js'
post: 'dist/post.js'