We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c28374 commit a84d69aCopy full SHA for a84d69a
1 file changed
.github/workflows/release-drafter.yml
@@ -2,12 +2,6 @@ name: Release Drafter
2
3
on:
4
workflow_call:
5
- inputs:
6
- commitish:
7
- required: false
8
- type: string
9
- default: "main"
10
- description: The release target, i.e. branch or commit it should point to.
11
12
jobs:
13
update_release_draft:
@@ -22,6 +16,4 @@ jobs:
22
16
# Draft your next Release notes as Pull Requests are merged into the default branch
23
17
- uses: release-drafter/release-drafter@v6
24
18
with:
25
- commitish: '${{ inputs.commitish }}'
26
- env:
27
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
+ config-name: github:commit-check/.github:/.github/release-drafter.yml
0 commit comments