Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.04 KB

Padok Baywatch Fourkeys Action

This action pushes commit and deployment events to the Padok Baywatch Fourkeys service. For you to monitor the key DevOps metrics of your GitHub repositories.

Inputs

name required type default description
metadatas no string "{}" Metadata key values to sort data in the Fourkeys Metrics

Example usage

Workflow:

name: Publish Data to Padok Baywatch Fourkeys
on:
  push:
    branches: [ master ]
jobs:
  publish:
    runs-on: ubuntu-latest
    permissions:
      contents: read
      id-token: write
    steps:
    - name: Publish Data to Padok Baywatch Fourkeys
      uses: padok-team/baywatch-fourkeys-action@v1

License

License