Skip to content

Commit 5974d33

Browse files
committed
Add action param
Signed-off-by: Anastassios Nanos <[email protected]>
1 parent fca9106 commit 5974d33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ inputs:
1919
remote-path:
2020
description: 'Path to remote object'
2121
required: true
22+
policy:
23+
description: 'Policy'
24+
required: false
2225

2326
runs:
2427
using: 'docker'
@@ -29,3 +32,4 @@ runs:
2932
- ${{ inputs.secret-key }}
3033
- ${{ inputs.local-path }}
3134
- ${{ inputs.remote-path }}
35+
- ${{ inputs.policy }}

0 commit comments

Comments
 (0)