-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaction.yml
More file actions
30 lines (29 loc) · 941 Bytes
/
action.yml
File metadata and controls
30 lines (29 loc) · 941 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
name: '@yifancong/bundle-action'
description: 'A simple demo for checking compressed size differences'
branding:
icon: 'archive'
color: 'purple'
inputs:
github_token:
description: 'The GITHUB_TOKEN secret'
required: false
default: ${{ github.token }}
file_path:
description: 'Path to the file to upload (relative to project root)'
required: true
target_branch:
description: 'The target branch to compare against (defaults to main)'
required: false
default: 'main'
dispatch_target_branch:
description: 'Override target branch when triggered by workflow_dispatch'
required: false
default: ''
type: string
ai_model:
description: 'AI model to use for degradation analysis (e.g. claude-3-5-haiku-latest, gpt-4o-mini). Provider is auto-detected from the model name prefix.'
required: false
default: 'claude-3-5-haiku-latest'
runs:
using: 'node20'
main: 'dist/index.js'