diff --git a/.github/workflows/manual-trigger.yml b/.github/workflows/manual-trigger.yml index 3d354f0..d266386 100644 --- a/.github/workflows/manual-trigger.yml +++ b/.github/workflows/manual-trigger.yml @@ -2,12 +2,12 @@ name: Mannual Trigger Workflow on: workflow_dispatch: - inputs: - branch_name: - description: 'Branch name to checkout' - required: true - default: 'dev' - + # inputs: + # branch_name: + # description: 'Branch name to checkout' + # required: true + # default: 'dev' + # jobs: linux-part: runs-on: ubuntu-latest @@ -16,8 +16,6 @@ jobs: steps: - uses: actions/checkout@v4 - with: - ref: ${{ github.event.inputs.branch_name }} - name: "Build Changelog" id: build_changelog