File tree Expand file tree Collapse file tree 4 files changed +2
-11
lines changed
Expand file tree Collapse file tree 4 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ description: 'Installs a specific version of Erlang OTP and rebar3'
33inputs :
44 otp_version :
55 description : ' The OTP version to install'
6- required : true
6+ required : false
77 default : ' 25.3.2.19'
88 rebar_version :
99 description : ' The rebar3 version to install'
10- required : true
10+ required : false
1111 default : ' 174fd9070195443d693d444ecd1f2b7aa91661fe' # 3.18.0
1212runs :
1313 using : " composite"
Original file line number Diff line number Diff line change 1414
1515 - name : Install Erlang and rebar3
1616 uses : ./.github/actions/install-erlang
17- with :
18- otp_version : ' 27.3.2'
19- rebar_version : ' 174fd9070195443d693d444ecd1f2b7aa91661fe' # 3.18.0
2017
2118 - id : build
2219 name : Build Documentation
Original file line number Diff line number Diff line change 1919
2020 - name : Install Erlang and rebar3
2121 uses : ./.github/actions/install-erlang
22- with :
23- otp_version : ' 25.3.2.19'
24- rebar_version : ' 174fd9070195443d693d444ecd1f2b7aa91661fe' # 3.18.0
2522
2623 - id : build-and-test
2724 # Build using the same steps from CI.
Original file line number Diff line number Diff line change 2929 - name : Install Erlang and rebar3
3030 if : ${{ steps.release.outputs.releases_created }}
3131 uses : ./.github/actions/install-erlang
32- with :
33- otp_version : ' 25.3.2.19'
34- rebar_version : ' 3.18.0'
3532
3633 - uses : ./.github/actions/configure-rebar
3734 with :
You can’t perform that action at this time.
0 commit comments