Skip to content

isabella232/gh-action_nightly_build

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git octopus action

This action starts a build for the triggering repo on the given branch

Inputs

branch

Required The name of the branch. Default master.

Outputs

branch

The branch the build was run on.

Example usage

uses: SonarSource/gh-action_nightly_build@master
env:
  CIRRUS_TOKEN: ${{ secrets.CIRRUS_TOKEN }}
with:
  branch: 'master'

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 81.4%
  • Dockerfile 18.6%