generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add add add Update main.ts Update main.ts add add add add add add Update main.ts add add add add refine add add fix fromjson add add add add add add add add add add add add add add add add add add add add add action add add add add rm tests add add files add add add add add add add add add add add add add add add add add add add add add add add add fix add
- Loading branch information
1 parent
806f096
commit d6bedad
Showing
16 changed files
with
87,000 additions
and
20,813 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
name: 'list git large files' | ||
description: 'Provide a description here' | ||
author: 'Your name or organization here' | ||
|
||
# Add your action's branding here. This will appear on the GitHub Marketplace. | ||
branding: | ||
icon: 'heart' | ||
color: 'red' | ||
|
||
# Define your inputs here. | ||
inputs: | ||
action: | ||
description: '' | ||
required: false | ||
default: 'list' | ||
repo-dir: | ||
description: 'Your input description here' | ||
required: true | ||
default: '1000' | ||
repo-ref: | ||
description: 'Your input description here' | ||
required: false | ||
default: 'HEAD' | ||
|
||
# Define your outputs here. | ||
outputs: | ||
matrix: | ||
description: '' | ||
|
||
runs: | ||
using: node20 | ||
main: ../../dist/index.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: 'sync git large files' | ||
description: 'Provide a description here' | ||
author: 'Your name or organization here' | ||
|
||
# Add your action's branding here. This will appear on the GitHub Marketplace. | ||
branding: | ||
icon: 'heart' | ||
color: 'red' | ||
|
||
# Define your inputs here. | ||
inputs: | ||
action: | ||
description: '' | ||
required: false | ||
default: 'sync' | ||
urls: | ||
description: 'Your input description here' | ||
required: true | ||
|
||
runs: | ||
using: node20 | ||
main: ../../dist/index.js |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.