Skip to content

A GitHub Action for DeepSourceCorp/globstar

License

Notifications You must be signed in to change notification settings

ayushmanchhabra/globstar-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

globstar-action

A GitHub Action for DeepSourceCorp/globstar.

uses: ayushmanchhabra/[email protected]

Inputs

version

Optional The version to download. Defaults to latest. Please consult globstart releases for specific versions.

uses: ayushmanchhabra/[email protected]
with:
    version: 'latest'
uses: ayushmanchhabra/[email protected]
with:
    version: 'v0.1.1'

auth-token

Optional The authentication token to use. Defaults to github.token. You will need to specify an environment variable for this to work properly.

env:
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

uses: ayushmanchhabra/[email protected]
with:
    auth-token: ${{ GITHUB_TOKEN }}

About

A GitHub Action for DeepSourceCorp/globstar

Resources

License

Stars

Watchers

Forks

Packages

No packages published