-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
33 lines (33 loc) · 908 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
name: cdn77-sync-action
description: |
Action for uploading files to CDN77 storage and purging them via API
inputs:
source_path:
description: The source path.
required: true
destination_path:
description: The destination path.
required: true
cdn77_storage_host:
description: The cdn77 storage hostname.
required: true
cdn77_storage_user:
description: The cdn77 storage username.
required: true
cdn77_storage_private_key:
description: A private key that secures communication to the remote storage.
required: true
cdn77_api_purge_limit:
description: Max amount of files which should be sent per purge request.
required: false
default: '1750'
cdn77_resource_id:
description: The cdn77 resource id.
required: true
cdn77_api_token:
description: The cdn77 api token.
required: true
runs:
using: docker
image: Dockerfile