Skip to content

Fix exceptions. remove copy-paste (#141) #210

Fix exceptions. remove copy-paste (#141)

Fix exceptions. remove copy-paste (#141) #210

name: Collect Commits
on:
push:
jobs:
collect-commits:
runs-on: [self-hosted, mse]
steps:
- name: Collect info
run: |
cd /data/
mkdir -p '${{github.repository}}'
cat > ./run.json <<EOF
${{ toJson(github) }}
EOF
python3 get_info.py