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 664c589 commit 5796999Copy full SHA for 5796999
.github/workflows/bb-masking-2.yml
@@ -110,7 +110,7 @@ jobs:
110
with:
111
script: |
112
const changedFiles = process.env.CHANGED_FILES || '';
113
- let commentBody = `### Masking Policy Update Summary\n\n`;
+ let commentBody = `### Masking Policy Update 2 Summary\n\n`;
114
115
// Add status of merge
116
commentBody += `✅ **PR Status:** Merged\n\n`;
0 commit comments