Delete dist-1.yml

This commit is contained in:
jstan-isch 2023-01-26 10:25:58 -06:00 committed by GitHub
parent 7361ccf1cc
commit b47867fa07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,26 +0,0 @@
name: Test
on:
workflow_call
#- push
jobs:
preflight-job:
name: First Step
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
run: |
curl \
-H "Authorization: token :token" \
-H "Accept: application/vnd.github+json" \
"https://api.github.com/repos/:user/:repo/dispatches" \
-d '{
"event_type": "awesomeness",
"client_payload": {"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "test": "test message"}}'
# uses: peter-evans/repository-dispatch@v1
# with:
# token: ${{ secrets.MY_PAT }}
# event-type: my-event
# client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "test": "test message"}'