Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .github/workflows/set-commit-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [main]
paths:
- 'src/**'
- 'dist/**'
- 'package.json'

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ outputs:
output:
description: 'The output of the helper'
runs:
using: 'node20'
main: 'dist/index.js'
using: 'node24'
main: 'dist/main.js'
branding:
icon: user-check
color: purple
3 changes: 0 additions & 3 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

234 changes: 0 additions & 234 deletions dist/0.index.js

This file was deleted.

Loading
Loading