mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-12-27 23:03:38 -05:00
chore(release): control verbosity via a variable
This commit is contained in:
parent
da22ceba14
commit
cdb99b1dfb
1 changed files with 1 additions and 0 deletions
|
@ -33,3 +33,4 @@ jobs:
|
|||
backport-label-pattern: "backport/v([0-9\\.]+).*"
|
||||
backport-label-color: '#bfe5bf'
|
||||
dry-run: ${{ vars.FORGEJO_RELEASE_DRY_RUN }}
|
||||
verbose: ${{ vars.FORGEJO_RELEASE_VERBOSE }}
|
||||
|
|
Loading…
Reference in a new issue