Skip to content

Config and context to utilize github actions with the Pelorus webhook exporter

License

Notifications You must be signed in to change notification settings

martysp21/action-templates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

action-templates

Actions are now under development and are not tested until further notice

Configuration

Actions need input values of app and url

App

App variable defines under what name should be the apps be tracked. This name should be same for all pipelines regarding same code.

Url

Internet endpoint which accepts Pelorus webhook data.

Example of usage

name: Send-Data
on: push
jobs:
    check-committime-template:
        runs-on: ubuntu-latest
        steps:
            - uses: ./committime_template 
              with: 
                  app: "GitHub-test"
                  url: "http://pelorus.endpoint.com

About

Config and context to utilize github actions with the Pelorus webhook exporter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published