From d231bd4522c8198b615a347846a181a1233b6445 Mon Sep 17 00:00:00 2001 From: Pauli Jokela Date: Tue, 29 Oct 2019 21:49:34 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c7a9c83..99e9e19 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,6 @@ Provides [Swift](https://swift.org) support for [GitHub Actions](https://github.com/features/actions). -## Inputs - -#### `swift-action` - -**Required** Swift action to run. Default `"build"`. - ## Usage ``` @@ -18,6 +12,12 @@ with: To use the latest development version of this action, change the version number to `master` (eg. `Didstopia/SwiftAction@master`). +## Inputs + +#### `swift-action` + +**Required** Swift action to run. Default `"build"`. + ## License [MIT](LICENSE)