Update CI

pull/1104/head
Yuta Katayama 7 months ago
parent 780d57429e
commit 54659a5cee
No known key found for this signature in database
GPG Key ID: E50AA6AA7A7BD4CA

@ -1,9 +1,8 @@
#!/bin/bash
filename="/tmp/repos.txt"
filename="$1"
output="archived_check_list.txt"
lines_per_chunk=100
grep '](https://github.com' [a-z]*.md | sed -re 's/^.*\]\(https:\/\/github.com\/([^\)]*).*/\1/' > $filename
if [ -e "$output" ]; then
rm "$output"

@ -18,7 +18,8 @@ jobs:
apt update
apt-get install -y gh jq ca-certificates curl
- run: >
./.github/scripts/archive_check.sh
grep '](https://github.com' [a-z]*.md | sed -re 's/^.*\]\(https:\/\/github.com\/([^\)]*).*/\1/' > /tmp/repos.txt
./.github/scripts/archive_check.sh /tmp/repos.txt
env:
GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- run: >

Loading…
Cancel
Save