Sync GHA setup

This commit is contained in:
Stéphane Nicoll
2024-08-09 16:13:14 +02:00
parent f75cebd8f2
commit df33bf27bd
9 changed files with 41 additions and 26 deletions

View File

@@ -2,10 +2,10 @@ name: Create GitHub Release
description: Create the release on GitHub with a changelog
inputs:
milestone:
description: 'Name of the GitHub milestone for which a release will be created'
description: Name of the GitHub milestone for which a release will be created
required: true
token:
description: 'Token to use for authentication with GitHub'
description: Token to use for authentication with GitHub
required: true
runs:
using: composite