Skip to content

Commit

Permalink
CSC-2533: Adding the github actions for staging.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChibiChanNya committed May 23, 2024
1 parent 6a67b93 commit 18f3650
Show file tree
Hide file tree
Showing 9 changed files with 37,969 additions and 0 deletions.
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
4 changes: 4 additions & 0 deletions .actions/sheet-http/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Note
As this code is exactly the same as the code in the private character sheet repo
We are using that repo as the source for the uncompiled versio of this code

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 18f3650

Please sign in to comment.