fix: Use the correct branch of openedx/.github repo for add-cc-to-board (#2441)
This commit is contained in:
2
.github/workflows/add-to-cc-board.yml
vendored
2
.github/workflows/add-to-cc-board.yml
vendored
@@ -8,7 +8,7 @@ on:
|
||||
jobs:
|
||||
add-to-cc-board:
|
||||
if: github.event.label.name == 'Core Contributor assignee'
|
||||
uses: openedx/.github/.github/workflows/add-to-cc-board.yml@main
|
||||
uses: openedx/.github/.github/workflows/add-to-cc-board.yml@master
|
||||
with:
|
||||
board_name: cc-frontend-apps
|
||||
secrets:
|
||||
|
||||
Reference in New Issue
Block a user