Skip to content

chore(deps): bump the github-actions group with 5 updates #803

chore(deps): bump the github-actions group with 5 updates

chore(deps): bump the github-actions group with 5 updates #803

Workflow file for this run

name: Remote Dispatch Action Initiator
on:
push:
jobs:
ping-pong:
runs-on: ubuntu-latest
steps:
- name: PING - Dispatch initiating repository event
run: |
curl -X POST https://api.github.com/repos/hyoklee/hpf/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-u ${{ secrets.ACCESS_TOKEN }} \
--data '{"event_type": "ping", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'
- name: PING - vol-tests
run: |
curl -X POST https://api.github.com/repos/hyoklee/vol-tests/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-u ${{ secrets.ACCESS_TOKEN }} \
--data '{"event_type": "ping", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'