We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5539181 commit 5196f0aCopy full SHA for 5196f0a
.github/actions/setup-tarantool/action.yml
@@ -5,9 +5,6 @@ inputs:
5
tarantool-version:
6
description: 'Tarantool version to install'
7
required: true
8
- only_tt:
9
- description: 'Only install tt'
10
- required: false
11
12
runs:
13
using: "composite"
@@ -16,7 +13,6 @@ runs:
16
uses: tarantool/setup-tarantool@v3
17
14
with:
18
15
tarantool-version: ${{ inputs.tarantool-version }}
19
- if: ${{ inputs.only_tt != 'true' }}
20
- name: add tarantool/modules repo
21
shell: bash
22
run: |
.github/workflows/push-rockspec.yml
@@ -21,8 +21,6 @@ jobs:
steps:
- uses: actions/checkout@v4
23
- uses: ./.github/actions/setup-tarantool
24
- with:
25
- only_tt: 'true'
26
27
# https://stackoverflow.com/questions/58177786/get-the-current-pushed-tag-in-github-actions
28
- name: Set env
0 commit comments