fix inputs

This commit is contained in:
omochimetaru 2024-05-19 15:02:33 +09:00 committed by Yuta Saito
parent 147c022f8c
commit 67d4742f2a
1 changed files with 8 additions and 8 deletions

View File

@ -1,13 +1,13 @@
inputs:
swift-dir:
description: The directory name part of the distribution URL
required: true
swift-version:
description: Git tag indicating the Swift version
required: true
runs: runs:
using: composite using: composite
inputs:
swift-dir:
description: The directory name part of the distribution URL
required: true
swift-version:
description: Git tag indicating the Swift version
required: true
steps: steps:
# https://www.swift.org/install/linux/#installation-via-tarball # https://www.swift.org/install/linux/#installation-via-tarball
- name: Install dependent packages for Swift - name: Install dependent packages for Swift