Skip to content

Commit

Permalink
ci: default comment
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi authored Apr 13, 2024
1 parent f78bacc commit 76a2bfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven-acceptance-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven

name: CI acceptance tests (MANUAL)
run-name: "refimpl@${{ github.ref_name }} (Lyo@${{ github.event.inputs.lyoBranch }}) ${{ inputs.comment }}"
run-name: "refimpl@${{ github.ref_name }} (Lyo@${{ github.event.inputs.lyoBranch }}; comment: ${{ inputs.comment }})"

on:
workflow_dispatch:
Expand All @@ -13,6 +13,7 @@ on:
default: 'master'
comment:
description: 'comment, e.g. PR number'
default: 'n/a'

jobs:
build:
Expand Down

0 comments on commit 76a2bfe

Please sign in to comment.