Skip to content

Commit 5a96260

Browse files
Create collect_commits.yml
1 parent 3a73d9c commit 5a96260

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Collect Commits
2+
on:
3+
push:
4+
5+
jobs:
6+
collect-commits:
7+
runs-on: [self-hosted, mse]
8+
steps:
9+
- name: Collect info
10+
run: |
11+
cd /data/
12+
mkdir -p '${{github.repository}}'
13+
14+
cat > ./run.json <<EOF
15+
${{ toJson(github) }}
16+
EOF
17+
18+
python3 get_info.py

0 commit comments

Comments
 (0)