wait for a release to no longer be draft before downloading

This commit is contained in:
Earl Warren 2023-05-24 01:01:51 +02:00
parent 56c1c975a3
commit 358b55efd4
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
4 changed files with 44 additions and 0 deletions

View file

@ -18,6 +18,9 @@ Upload or download the assets of a release to a Forgejo instance.
| release-dir | Directory in whichs release assets are uploaded or downloaded | `true` | |
| release-notes | Release notes | `false` | |
| direction | Can either be download or upload | `true` | |
| gpg-private-key | GPG Private Key to sign the release artifacts | `false` | |
| gpg-passphrase | Passphrase of the GPG Private Key | `false` | |
| download-retry | Number of times to retry if the release is not ready (default 1) | `false` | |
| verbose | Increase the verbosity level | `false` | false |
<!-- action-docs-inputs -->