You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/remote-copy.yml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,10 @@ on:
10
10
options:
11
11
- Gadi
12
12
- Gadi Prerelease
13
+
note:
14
+
type: string
15
+
required: false
16
+
description: Note describing the reason for the change
13
17
source:
14
18
type: string
15
19
required: true
@@ -56,6 +60,9 @@ jobs:
56
60
- name: Log inputs
57
61
run: |
58
62
echo "::notice::Copy on ${{ inputs.remote-environment }} from '${{ inputs.source }}' to '${{ inputs.target }}' with ACLs '${{ inputs.target-acl-spec }}'"
63
+
if [[ "${{ inputs.note }}" != "" ]]; then
64
+
echo "::notice::Note from ${{ github.actor }}: '${{ inputs.note }}'"
0 commit comments