Initial commit
This commit is contained in:
15
action.yml
Normal file
15
action.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
name: Auto Rebase
|
||||
description: Automatically rebase branches on another
|
||||
author: Skydust
|
||||
|
||||
# Define your inputs here.
|
||||
inputs:
|
||||
branchesToIgnore:
|
||||
description: The username
|
||||
required: true
|
||||
branchesToRebaseOn:
|
||||
description: ""
|
||||
|
||||
runs:
|
||||
using: 'node20'
|
||||
main: 'dist/app.js'
|
||||
Reference in New Issue
Block a user