Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Jan 4, 2024
1 parent 7c9583a commit b15c10b
Show file tree
Hide file tree
Showing 7 changed files with 4,348 additions and 10,375 deletions.
27 changes: 5 additions & 22 deletions action.yaml
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'
Loading

0 comments on commit b15c10b

Please sign in to comment.