Skip to content

Commit

Permalink
updated workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Karmenzind committed Oct 19, 2024
1 parent 987c195 commit 38c6ab1
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/manual-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -16,8 +16,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.branch_name }}

- name: "Build Changelog"
id: build_changelog
Expand Down

0 comments on commit 38c6ab1

Please sign in to comment.