Skip to content

Commit 23b4f47

Browse files
authored
fix: Use the correct branch of openedx/.github repo for add-cc-to-board (#2441)
1 parent ab645ad commit 23b4f47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/add-to-cc-board.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
add-to-cc-board:
1010
if: github.event.label.name == 'Core Contributor assignee'
11-
uses: openedx/.github/.github/workflows/add-to-cc-board.yml@main
11+
uses: openedx/.github/.github/workflows/add-to-cc-board.yml@master
1212
with:
1313
board_name: cc-frontend-apps
1414
secrets:

0 commit comments

Comments
 (0)