-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathaction.yml
More file actions
29 lines (29 loc) · 842 Bytes
/
action.yml
File metadata and controls
29 lines (29 loc) · 842 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
name: 'Update profiles.dev'
description: 'Self-service profile updates for profiles.dev. Requires repository to be named "profiles.dev" and updates via push events only.'
author: 'NomadOps'
branding:
icon: 'user-check'
color: 'blue'
inputs:
api-endpoint:
description: 'API endpoint for profiles.dev webhook'
required: false
default: 'https://api.profiles.dev/api/webhook'
profile-path:
description: 'Path to profile.yaml file'
required: false
default: 'profile.yaml'
debug:
description: 'Enable debug logging'
required: false
default: 'false'
outputs:
profile-id:
description: 'The ID of the updated profile'
status:
description: 'Status of the update operation'
message:
description: 'Detailed message about the operation'
runs:
using: 'node20'
main: 'action/dist/index.js'