Skip to content

Commit

Permalink
Change input description since it doesn't display the way I'd like in…
Browse files Browse the repository at this point in the history
… workflow page.
  • Loading branch information
LswaN58 committed Sep 6, 2024
1 parent a746c7f commit 8064dd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/BUILD_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
inputs:
with_caching:
type: boolean
description: "Whether to cache the build for upload in a later job."
description: "With Caching: Whether to cache the build for upload in a later job."
required: true
default: false
workflow_call:
inputs:
with_caching:
type: boolean
description: "Whether to cache the build for upload in a later job."
description: "With Caching: Whether to cache the build for upload in a later job."
required: true
default: false

Expand Down

0 comments on commit 8064dd8

Please sign in to comment.