diff options
| -rw-r--r-- | .ci/templates/mergebot-private.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci/templates/mergebot-private.yml b/.ci/templates/mergebot-private.yml index 0ba6d5434..f9a40cf61 100644 --- a/.ci/templates/mergebot-private.yml +++ b/.ci/templates/mergebot-private.yml | |||
| @@ -19,12 +19,12 @@ steps: | |||
| 19 | inputs: | 19 | inputs: |
| 20 | scriptSource: 'filePath' | 20 | scriptSource: 'filePath' |
| 21 | scriptPath: '.ci/scripts/merge/apply-patches-by-label.py' | 21 | scriptPath: '.ci/scripts/merge/apply-patches-by-label.py' |
| 22 | arguments: '${{ parameters.matchLabel }} $(MergeTaglinePrivate)\ Public patches-mixed-public' | 22 | arguments: '${{ parameters.matchLabel }} "$(MergeTaglinePrivate) Public" patches-mixed-public' |
| 23 | workingDirectory: '$(System.DefaultWorkingDirectory)' | 23 | workingDirectory: '$(System.DefaultWorkingDirectory)' |
| 24 | - task: PythonScript@0 | 24 | - task: PythonScript@0 |
| 25 | displayName: 'Discover, Download, and Apply Patches (Patreon Private)' | 25 | displayName: 'Discover, Download, and Apply Patches (Patreon Private)' |
| 26 | inputs: | 26 | inputs: |
| 27 | scriptSource: 'filePath' | 27 | scriptSource: 'filePath' |
| 28 | scriptPath: '.ci/scripts/merge/apply-patches-by-label-private.py' | 28 | scriptPath: '.ci/scripts/merge/apply-patches-by-label-private.py' |
| 29 | arguments: '$(PrivateMergeUser) ${{ parameters.matchLabel }} $(MergeTaglinePrivate)\ Private patches-private' | 29 | arguments: '$(PrivateMergeUser) ${{ parameters.matchLabel }} "$(MergeTaglinePrivate) Private" patches-private' |
| 30 | workingDirectory: '$(System.DefaultWorkingDirectory)' | 30 | workingDirectory: '$(System.DefaultWorkingDirectory)' |