mirror of
https://github.com/daeuniverse/dae.git
synced 2024-12-22 21:44:55 +07:00
ci(generate-changelogs): set dry_run as true (#201)
* ci(generate-changelogs): set dry_run as true * patch: set dry_run to true by default
This commit is contained in:
parent
d6f6725d43
commit
ceab2edd00
4
.github/workflows/generate-changelogs.yml
vendored
4
.github/workflows/generate-changelogs.yml
vendored
@ -10,7 +10,7 @@ on:
|
||||
future_release_tag:
|
||||
required: true
|
||||
description: future release tag
|
||||
write_to_issue:
|
||||
dry_run:
|
||||
required: true
|
||||
description: export changelogs to an issue page
|
||||
default: true
|
||||
@ -39,7 +39,7 @@ jobs:
|
||||
echo "${{ steps.changelog.outputs.changelogs }}"
|
||||
|
||||
- name: Create an issue with proposed changelogs
|
||||
if: ${{ inputs.write_to_issue == 'true' }}
|
||||
if: ${{ inputs.dry_run == 'false' }}
|
||||
uses: dacbd/create-issue-action@main
|
||||
with:
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user