Skip to content

Commit

Permalink
add another test file
Browse files Browse the repository at this point in the history
  • Loading branch information
leijerry888 committed Nov 8, 2023
1 parent 5536682 commit 6d8e972
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/data_update_test2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Repository Dispatch
on:
repository_dispatch:
types: [my-event]
jobs:
myEvent:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.client_payload.ref }}
- run: echo ${{ github.event.client_payload.sha }}

0 comments on commit 6d8e972

Please sign in to comment.