-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
4,348 additions
and
10,375 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,14 @@ | ||
name: Setup Exoscale | ||
name: Versioned Release Notes | ||
author: nhedger | ||
description: Setup Exoscale CLI in GitHub Actions | ||
description: 'Store release notes in your repository and keep them in sync with your releases.' | ||
branding: | ||
color: white | ||
icon: terminal | ||
inputs: | ||
token: | ||
description: GitHub Actions token to authenticate API requests | ||
files: | ||
required: true | ||
default: ${{ github.token }} | ||
version: | ||
description: The version of the Exoscale CLI to install | ||
required: true | ||
default: latest | ||
account: | ||
description: The Exoscale account name | ||
required: false | ||
zone: | ||
description: The Exoscale default zone | ||
required: true | ||
default: ch-gva-2 | ||
key: | ||
description: The Exoscale API key | ||
required: false | ||
secret: | ||
description: The Exoscale API secret | ||
required: false | ||
default: '.github/release-notes/*.md' | ||
description: 'The files to use as release notes' | ||
runs: | ||
using: 'node20' | ||
main: 'dist/index.mjs' |
Oops, something went wrong.