Skip to content

Commit

Permalink
Include draft switch in release caller workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Sep 23, 2024
1 parent 1eaa64d commit 811a311
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions caller_workflows/addon_repo_release_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
jobs:
call-release-trigger:
uses: ynput/automation/.github/workflows/release_trigger.yml@main
inputs:
draft:
description: "Create the release as draft or not"
required: false
default: "true"
secrets:
token: ${{ secrets.YNPUT_BOT_TOKEN }}
email: ${{ secrets.CI_EMAIL }}
Expand Down

0 comments on commit 811a311

Please sign in to comment.