Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit f365217

Browse files
committed
Incorporates review feedback
Signed-off-by: Sebastian Kawelke <sebastian.kawelke@l3montree.com>
1 parent 8515492 commit f365217

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/attest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ on:
2525
required: false
2626
default: ''
2727
should-deploy:
28-
# Input to determine if the job should run
29-
description: 'Should the job run'
28+
# Input to determine if the attestation job should run
29+
description: 'Should the attestation job run'
3030
type: boolean
3131
required: false
3232
default: true
33-
33+
3434
secrets:
3535
devguard-token:
3636
description: 'DevGuard API token'

.github/workflows/sign.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ on:
2020
required: false
2121
default: ''
2222
should-deploy:
23-
# Input to determine if the job should run
24-
description: 'Should the job run'
23+
# Input to determine if the signing job should run
24+
description: 'Should the signing job run'
2525
type: boolean
2626
required: false
2727
default: true

0 commit comments

Comments
 (0)