-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
30 lines (30 loc) · 970 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
name: "Cyanea"
description: "ACM Cyber's modular script for syncing unified event information across disparate platforms!"
inputs:
config:
description: "Path to the Cyanea config file."
required: true
default: ""
cwd:
description: "Cyanea's current working directory for resolving files and plugins."
required: true
default: ""
now:
description: "Run Cyanea as if the current time was the given UNIX timestamp."
required: true
default: ""
force_resync_discord_images:
description: "Force @pbrucla/cyanea-discord to resync all event banners. This is useful if those event banners were externally updated and you want those changes to reflect on Discord."
required: false
default: ""
runs:
using: "docker"
image: "Dockerfile"
args:
- ${{ inputs.config }}
- ${{ inputs.cwd }}
- ${{ inputs.now }}
- ${{ inputs.force_resync_discord_images }}
branding:
icon: "cloud-lightning"
color: "yellow"