Skip to content

Commit

Permalink
Merge pull request #259 from DharmitD/odh-sync-fix
Browse files Browse the repository at this point in the history
Add branch inputs and fix repo name in PR sync GH workflow
  • Loading branch information
openshift-merge-robot authored Aug 7, 2023
2 parents 9ce2a3a + 8d83a25 commit dfa32f7
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/odh-manifests-PR-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@ name: odh-manifests sync
run-name: Sync manifests in odh-manifests
on:
workflow_dispatch:
# push:
# tags:
# - '*'
inputs:
src_branch:
default: 'v1.0.x'
description: 'Source branch to build DSPO/DSP from'
required: true
target_tag:
default: 'vx.y.z'
description: 'Target Image Tag'
required: true
jobs:
send-pull-requests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dfa32f7

Please sign in to comment.