generated from actions/javascript-action
-
Notifications
You must be signed in to change notification settings - Fork 13
/
action.yml
29 lines (29 loc) · 912 Bytes
/
action.yml
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
name: 'Setup smalltalkCI'
description: 'Set up smalltalkCI for testing Squeak/Smalltalk, Pharo, GemStone,
and Moose projects'
author: 'Software Architecture Group, Hasso Plattner Institute'
inputs:
smalltalk-image:
description: 'Smalltalk image selection (see smalltalkCI''s list of
supported images)'
smalltalk-version:
description: 'Deprecated, please use smalltalk-image'
smalltalkCI-source:
description: 'GitHub slug of the smalltalkCI source repository'
required: false
default: 'hpi-swa/smalltalkCI'
smalltalkCI-branch:
description: 'Branch or tag to use from smalltalkCI repository'
required: false
default: 'master'
outputs:
smalltalk-image:
description: 'Smalltalk image selection'
smalltalk-version:
description: 'Deprecated, please use smalltalk-image'
runs:
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'box'
color: 'blue'