Skip to content

fix(tcpdump): use interface-specific name for pcap files #35

fix(tcpdump): use interface-specific name for pcap files

fix(tcpdump): use interface-specific name for pcap files #35

Workflow file for this run

name: Repository Dispatch
on:
push:
branches: [main]
jobs:
dispatch:
name: Dispatch to phenix
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REPO_DISPATCH_PAT }}
repository: ${{ github.repository_owner }}/sceptre-phenix
event-type: apps-update
client-payload: '{"repo": "${{ github.repository }}"}'