Skip to content

Tomiha/gist-write-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gist-Write v2

Adapted version of sergeysova/gist-write-action

Changes:

  • Changed Action Type (Docker > Javascript)
  • Supports all runners now
  • Removed redudant files
  • Updated NPM packages to latest version
  • Updated index.js (support seperate token input)
  • Compiled & Minified to dist/index.js

Usage

See action.yml

Examples

Simple (just write content from input to a file to a gist):

steps:
  - uses: Tomiha/gist-write-action@v2
    with:
      token: ${{secrets.TOKEN_WITH_GIST_WRITE_SCOPE}}
      gist_id: 7bcddb642d16d291959642fc60feec9b
      file_name: example.txt
      content: "100"

License

The scripts and documentation in this project are released under the MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%