ci: Fix issue and closed issue workflows
Fixes using the wrong repo name Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
ab01443605
commit
d2fc01d88d
|
@ -14,7 +14,7 @@ jobs:
|
|||
project: 'MCUboot releases'
|
||||
column: 'No Status'
|
||||
owner: 'mcu-tools'
|
||||
repo: 'action-move-issues-to-column'
|
||||
repo: 'mcuboot'
|
||||
type: 'repo'
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
marker: 'issue:todo'
|
||||
|
|
|
@ -14,6 +14,6 @@ jobs:
|
|||
project: 'MCUboot releases'
|
||||
column: 'Done'
|
||||
owner: 'mcu-tools'
|
||||
repo: 'action-move-issues-to-column'
|
||||
repo: 'mcuboot'
|
||||
type: 'repo'
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue