-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
38 lines (36 loc) · 919 Bytes
/
action.yml
File metadata and controls
38 lines (36 loc) · 919 Bytes
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
34
35
36
37
38
name: 'deleteWorkflowRunLogs-action'
description: 'Push notifications to multiple platforms.'
version: 'v1.0.1'
author: 'h7ml <h7ml@qq.com>'
branding:
icon: 'message-circle'
color: 'green'
version: 'v1.0.1'
author: 'h7ml'
inputs:
token:
description: 'GitHub Token for the repository.'
required: true
per_page:
description: 'Number of runs to fetch per page.'
required: false
default: 100
expire_time:
description: 'The expire time of the logs.'
required: false
default: 7d
status:
description: 'The status of the runs.'
required: false
default: 'completed'
repo:
description: 'The repository to fetch runs from.'
required: false
default: ${{ github.repository.name }}
owner:
description: 'The owner of the repository.'
required: false
default: ${{ github.repository_owner }}
runs:
using: 'node20'
main: './dist/index.js'