devdoc/repo_list: drop markdown extension
This commit is contained in:
parent
72d0c73ea6
commit
d428b681cb
2 changed files with 1 additions and 1 deletions
2
.github/workflows/repo-list.yml
vendored
2
.github/workflows/repo-list.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
# avoid rate limit
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
gh api --paginate /orgs/nix-community/repos --jq '.[].html_url' | sort > devdoc/repo_list.md
|
||||
gh api --paginate /orgs/nix-community/repos --jq '.[].html_url' | sort > devdoc/repo_list
|
||||
- uses: peter-evans/create-pull-request@v5
|
||||
id: update
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue