Skip to content

Commit 5275eb9

Browse files
committed
Missing format keywork
1 parent b26c627 commit 5275eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/oracle-db-remove-orphan-backups.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "Oracle: Remove Orphaned Backups"
2-
run-name: "Oracle: github.event.inputs.TargetEnvironment, github.event.inputs.TargetHost) }}-remove-orphaned-backups"
2+
run-name: "Oracle: ${{ format('{0}-{1}', github.event.inputs.TargetEnvironment, github.event.inputs.TargetHost) }}-remove-orphaned-backups"
33
on:
44
workflow_dispatch:
55
inputs:

0 commit comments

Comments
 (0)