Skip to content

Commit e94ad4d

Browse files
committed
standardize workflow names
1 parent 4174d05 commit e94ad4d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed
File renamed without changes.

.github/workflows/documentation-pr-preview.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,5 @@ jobs:
2828
- name: sad
2929
uses: secure-software-engineering/actions/documentation/handle-pr-preview@develop
3030
with:
31-
enable_comment: true
32-
name: ${{ github.base_ref }}
33-
title: "Boomerang PR Preview: "
31+
preview-name: ${{ github.base_ref }}
32+
title: "Preview: ${{ github.base_ref }}"
File renamed without changes.

0 commit comments

Comments
 (0)