Skip to content

outpostso/outpost-github-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action for Outpost

Track your Github Actions deployments with Outpost

Features

  • Reports deployments into Outpost
  • Outpost errors are treated as errors

Usage

GitHub Actions

on: push
jobs:
  curl:
    runs-on: ubuntu-latest
    steps:
    - name: outpost
      uses: outpostso/outpost-github-action@main
on: push
jobs:
  curl:
    runs-on: ubuntu-latest
    steps:
    - name: outpost
      uses: outpostso/outpost-github-action@v1
      with:
        args: --version $(cat .version)

Docker

docker run --rm $(docker build -q .) \
  --token 6532ced83edf275d...

Author

Outpost Team github@outpost.so

License

MIT

About

Track your Github Actions deployments with Outpost

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors