Skip to content

Commit

Permalink
Add base-branch parameter to bump internal release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Jan 31, 2024
1 parent 1243043 commit 89585b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/bump_internal_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
description: "Asana release task URL"
required: true
type: string
base-branch:
description: "Base branch (defaults to main, only override for testing)"
required: false
type: string

jobs:

Expand Down Expand Up @@ -126,5 +130,6 @@ jobs:
with:
asana-task-url: ${{ github.event.inputs.asana-task-url }}
branch: ${{ github.ref_name }}
base-branch: ${{ github.event.inputs.base-branch || 'main' }}
secrets:
ASANA_ACCESS_TOKEN: ${{ secrets.ASANA_ACCESS_TOKEN }}

0 comments on commit 89585b8

Please sign in to comment.