Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlgo11 committed Jan 27, 2024
1 parent 1dbf050 commit 48fc7ae
Show file tree
Hide file tree
Showing 4 changed files with 30,861 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
.*
!.gitignore
8 changes: 3 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
name: 'Issue title updater'
description: 'Issue title updater for 2factorauth'
author: 'Carlgo11'

inputs:
data:
description: 'Issue data'
required: true
repository:
description: 'The full name of the repository'
required: true
owner:
description: 'The owner of the repository'
required: true
token:
description: 'GitHub Token'
required: true
issue_number:
description: 'GitHub Issue number'
required: true
issue_labels:
labels:
description: 'Issue labels'
required: true
runs:
using: 'node20'
main: 'index.js'
main: 'dist/index.js'
Loading

0 comments on commit 48fc7ae

Please sign in to comment.