Skip to content

fix: incorrect created at timestamp in a request (#5) #5

fix: incorrect created at timestamp in a request (#5)

fix: incorrect created at timestamp in a request (#5) #5

name: Check deployed package
on:
push:
branches:
- main
- add-demo-section
jobs:
run-demo:
name: Run LogDash Demo
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Make run script executable
run: chmod +x demo/run.sh
- name: Run LogDash demo
env:
LOGDASH_API_KEY: ${{ secrets.LOGDASH_API_KEY }}
run: ./demo/run.sh