Skip to content

Commit dfa32f7

Browse files
Merge pull request opendatahub-io#259 from DharmitD/odh-sync-fix
Add branch inputs and fix repo name in PR sync GH workflow
2 parents 9ce2a3a + 8d83a25 commit dfa32f7

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/odh-manifests-PR-sync.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@ name: odh-manifests sync
33
run-name: Sync manifests in odh-manifests
44
on:
55
workflow_dispatch:
6-
# push:
7-
# tags:
8-
# - '*'
6+
inputs:
7+
src_branch:
8+
default: 'v1.0.x'
9+
description: 'Source branch to build DSPO/DSP from'
10+
required: true
11+
target_tag:
12+
default: 'vx.y.z'
13+
description: 'Target Image Tag'
14+
required: true
915
jobs:
1016
send-pull-requests:
1117
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)