You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run an action manually, I end up with an error.
I tried to introduce different options: v1.0.0; 0.0.0; release v1.0.0; release_version v1.0.0.
Your Environment
**Workflow Run URL **
repository is private
name: Changelog CIon:
pull_request:
types: [opened]# Optionally you can use `workflow_dispatch` to run Changelog CI Manuallyworkflow_dispatch:
inputs:
release_version:
description: "Set Release Version"required: truejobs:
build:
runs-on: ubuntu-lateststeps:
# Checks-out your repository
- uses: actions/checkout@v4# https://github.com/marketplace/actions/changelog-ci
- name: Run Changelog CIuses: saadmk11/changelog-ci@v1.1.2with:
config_file: .github/workflows/changelog-config.json
Contents of Changelog-CI Configuration File (If Applicable):
I expect that when I manually run the action, it will create a changelog with all the commits and pull requests that are in the main branch from the previous release with the version that I specified.
Actual behavior
Error: release_version input must be provided to generate Changelog. Please Check the Documentation for more details. Aborting Changelog Generation
The text was updated successfully, but these errors were encountered:
Describe the bug
When I try to run an action manually, I end up with an error.
I tried to introduce different options: v1.0.0; 0.0.0; release v1.0.0; release_version v1.0.0.
Your Environment
**Workflow Run URL **
repository is private
Contents of Changelog-CI Configuration File (If Applicable):
Expected behavior
I expect that when I manually run the action, it will create a changelog with all the commits and pull requests that are in the main branch from the previous release with the version that I specified.
Actual behavior
Error:
release_version
input must be provided to generate Changelog. Please Check the Documentation for more details. Aborting Changelog GenerationThe text was updated successfully, but these errors were encountered: