Skip to content

Commit

Permalink
Update merge_ff_only.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pbhandar-amd authored Sep 4, 2024
1 parent 2ad27a7 commit 80dae35
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/merge_ff_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,17 @@ on:
target-branch:
required: true
type: string
description: Target branch to merge [SOURCE_BRANCH] from [SOURCE_REPO] into.
description: Target branch to merge [SOURCE_BRANCH] from [SOURCE_REPO] into.
env-name:
required: true
type: string
description: Github environment name that your github token secret is in
secrets:
github-token:
required: true
jobs:
Promote:
environment: ${{ inputs.env-name }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 80dae35

Please sign in to comment.