We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349d050 commit 47bd706Copy full SHA for 47bd706
.github/workflows/odh-fork-sync.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- name: Sync-fork
13
run: |
14
- gh workflow run sync-fork.yaml -R github.com/opendatahub-io/codeflare-operator -r main
+ gh workflow run sync-fork.yaml --repo github.com/opendatahub-io/codeflare-operator --ref main
15
env:
16
GITHUB_TOKEN: ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }}
17
shell:
0 commit comments