Skip to content

Commit

Permalink
id2
Browse files Browse the repository at this point in the history
  • Loading branch information
ms609 committed Feb 29, 2024
1 parent 8e67a19 commit e9f9b5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# It is unlikely that you need to modify this file manually.

name: R-hub
run-name: "${{ github.event.inputs.id }}: ${{ github.event.inputs.name || format('Manually run by {0}', github.triggering_actor) }}"
run-name: "${{ github.event.inputs.id || ${{ github.event.inputs.config }} }}: ${{ github.event.inputs.name || format('Manually run by {0}', github.triggering_actor) }}"

on:
workflow_dispatch:
Expand All @@ -22,7 +22,6 @@ on:
id:
description: 'Unique ID (optional)'
type: string
default: '${{ github.event.inputs.config }}'

jobs:

Expand Down

0 comments on commit e9f9b5e

Please sign in to comment.