Skip to content

Commit

Permalink
Merge pull request #12809 from Roll20/feature/CSC-2163
Browse files Browse the repository at this point in the history
Feature/csc 2163
  • Loading branch information
lkmccr20 authored Apr 16, 2024
2 parents 72bdb8f + 18d9ede commit 456e03f
Show file tree
Hide file tree
Showing 9 changed files with 37,966 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .actions/sheet-http/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
src/*
package.json
package-lock.json
README.md
tsconfig.json
1 change: 1 addition & 0 deletions .actions/sheet-http/.tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 20.1.0
13 changes: 13 additions & 0 deletions .actions/sheet-http/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Update Sheet HTTP Service

inputs:
file-list:
required: true
separator:
default: '::'
credentials:
required: true

runs:
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit 456e03f

Please sign in to comment.