Skip to content

Commit 2613f5f

Browse files
committed
fix: update workflow branch references from master to main
1 parent 35994fd commit 2613f5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sync-plugins.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
source_commit:
1313
description: 'influxdb3_plugins commit SHA or branch'
1414
required: false
15-
default: 'master'
15+
default: 'main'
1616

1717
permissions:
1818
contents: write
@@ -42,7 +42,7 @@ jobs:
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({

0 commit comments

Comments
 (0)