Skip to content

Commit 2df6426

Browse files
Merge pull request #5138 from dmwm/fixTriggerBug
fix bug trigger replay
2 parents e5e59ab + acfdee9 commit 2df6426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deployReplayPR.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ jobs:
109109
110110
**Basic deployment (all defaults):**
111111
\`\`\`
112-
$$$replayPlease
112+
\$\$\$replayPlease
113113
\`\`\`
114114
115115
**Custom deployment:**
116116
\`\`\`
117-
$$$replayPlease
117+
\$\$\$replayPlease
118118
node: $(echo "${{ env.ALLOWED_NODES }}" | cut -d',' -f2)
119119
config: OXYReplayOfflineConfiguration.py
120120
wmcore: 2.4.2

0 commit comments

Comments
 (0)