Merge pull request #805 from yutkat/dev

Update
pull/806/head
Yuta Katayama 1 year ago committed by GitHub
commit c62fd71f4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,6 +22,6 @@ jobs:
apt update
apt-get install -y gh ca-certificates
- run: >
grep '](https://github.com' README.md [a-z]*.md | sed -re 's/^.*\]\(https:\/\/github.com\/([^\)]*).*/\1/' | xargs -I {} dirname {} | sort | uniq -c | sort -n -r
grep '](https://github.com' [a-z]*.md | sed -re 's/^.*\]\(https:\/\/github.com\/([^\)]*).*/\1/' | xargs -I {} dirname {} | sort | uniq -c | sort -n -r
env:
GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

@ -18,7 +18,7 @@ jobs:
apt update
apt-get install -y gh jq ca-certificates curl
- run: >
grep '](https://github.com' README.md [a-z]*.md |
grep '](https://github.com' [a-z]*.md |
sed -re 's/^.*\]\(https:\/\/github.com\/([^\)]*).*/\1/' |
xargs -I {} bash -c "echo -n \"{}: \"; gh api repos/{} 2>/dev/null | jq -r '(.archived|tostring)'" | tee archived_check_list.txt
env:

Loading…
Cancel
Save