Fix: Remove default value for repo target 81/136081/2
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 3 Oct 2023 00:16:47 +0000 (17:16 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 3 Oct 2023 00:22:02 +0000 (17:22 -0700)
Issue-ID: CIMAN-33
Change-Id: I2c0013907aca7faf5391cb9879236b34331c5c75
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
.github/workflows/gerrit-verify.yaml

index 8b9b460..557045d 100644 (file)
@@ -44,8 +44,7 @@ on:
       TARGET_REPO:
         # yamllint disable-line rule:line-length
         description: "The target GitHub repository needing the required workflow"
-        required: false
-        default: ${{ github.repository }}
+        required: true
         type: string
 
 concurrency: