Sync GHA setup

This commit is contained in:
Stéphane Nicoll
2024-08-09 15:37:43 +02:00
parent 7a250aa8ea
commit 1e6767ac03
7 changed files with 36 additions and 23 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