Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 19cca85

Browse files
committedJun 9, 2024·
dispatch test
1 parent e87aa7b commit 19cca85

File tree

2 files changed

+1018
-1000
lines changed

2 files changed

+1018
-1000
lines changed
 

‎.github/workflows/dispatch.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Trigger weijie-chen repo Workflow
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
trigger:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Repository Dispatch
14+
uses: peter-evans/repository-dispatch@v3.0.0
15+
with:
16+
token: ${{ secrets.PAT }}
17+
repository: weijie-chen/weijie-chen
18+
event-type: update-from-repo

‎Chapter 1 - Descriptive Statistics.ipynb

Lines changed: 1000 additions & 1000 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.