File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 source_commit :
1313 description : ' influxdb3_plugins commit SHA or branch'
1414 required : false
15- default : ' master '
15+ default : ' main '
1616
1717permissions :
1818 contents : write
4242 const commitMatch = body.match(/### Source Commit\/Branch\s*\n\s*(.+)/);
4343
4444 const plugins = pluginsMatch ? pluginsMatch[1].trim() : 'all';
45- const sourceCommit = commitMatch ? commitMatch[1].trim() : 'master ';
45+ const sourceCommit = commitMatch ? commitMatch[1].trim() : 'main ';
4646
4747 core.setOutput('plugins', plugins);
4848 core.setOutput('source_commit', sourceCommit);
@@ -158,7 +158,7 @@ jobs:
158158 ${validationLog}
159159 \`\`\`
160160
161- See [README_TEMPLATE.md](https://github.com/influxdata/influxdb3_plugins/blob/master /README_TEMPLATE.md) for requirements.`
161+ See [README_TEMPLATE.md](https://github.com/influxdata/influxdb3_plugins/blob/main /README_TEMPLATE.md) for requirements.`
162162 });
163163
164164 await github.rest.issues.update({
You can’t perform that action at this time.
0 commit comments