Commit d2fc01d8 authored by Jamie McCrae's avatar Jamie McCrae Committed by Jamie
Browse files

ci: Fix issue and closed issue workflows



Fixes using the wrong repo name

Signed-off-by: default avatarJamie McCrae <jamie.mccrae@nordicsemi.no>
parent ab014436
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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'
+1 −1
Original line number Diff line number Diff line
@@ -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 }}