We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b26c627 commit 5275eb9Copy full SHA for 5275eb9
.github/workflows/oracle-db-remove-orphan-backups.yml
@@ -1,5 +1,5 @@
1
name: "Oracle: Remove Orphaned Backups"
2
-run-name: "Oracle: github.event.inputs.TargetEnvironment, github.event.inputs.TargetHost) }}-remove-orphaned-backups"
+run-name: "Oracle: ${{ format('{0}-{1}', github.event.inputs.TargetEnvironment, github.event.inputs.TargetHost) }}-remove-orphaned-backups"
3
on:
4
workflow_dispatch:
5
inputs:
0 commit comments