Skip to content

๐Ÿ”ด๐Ÿ“œ Use smee.io to debug GitHub Action runs

Notifications You must be signed in to change notification settings

JasonEtco/smee-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

37 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Smee Action

Use smee.io to debug Action runs

Usage

# .github/workflows/smee.yml
on: [push]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: JasonEtco/smee-action@v2

โš ๏ธ

Heads up! This is only to be used for debugging, not for sensitive data. Smee.io is not secured by any authentication, so anyone with the channel ID can view your payloads as they come in.


Seeing the payloads

A common misconception about Smee.io is that the payloads will be available all the time - to see a new payload as its sent, you must have a browser tab open to the channel URL. The payloads are stored in localStorage in your browser.

Specifying the channel

By default, this Action will post event payloads to the smee.io/owner-name.

You can specify what channel you want to send to:

steps:
  - uses: JasonEtco/smee-action@v2
    with:
      channel: my-channel

About

๐Ÿ”ด๐Ÿ“œ Use smee.io to debug GitHub Action runs

Resources

Stars

Watchers

Forks

Packages

No packages published