Skip to content

Commit 7a2cbaa

Browse files
committed
Rename input
1 parent dd5f7fd commit 7a2cbaa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/preview-build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ on:
5353
type: boolean
5454
default: false
5555
required: false
56-
enabled-info-comment:
56+
enable-cumulative-comment:
5757
description: 'Enable info comment'
5858
type: boolean
5959
default: false
@@ -445,7 +445,7 @@ jobs:
445445
});
446446
}
447447
- name: Comment on docs changes about versioning requirements
448-
if: inputs.enabled-info-comment == 'true'
448+
if: inputs.enable-cumulative-comment == 'true'
449449
uses: actions/github-script@v7
450450
with:
451451
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -499,4 +499,3 @@ jobs:
499499
issue_number: prNum,
500500
body
501501
});
502-

0 commit comments

Comments
 (0)