Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
ci: 月一renovateでチェックボックスを置く
Browse files Browse the repository at this point in the history
  • Loading branch information
book000 authored Jan 1, 2023
1 parent 4555eed commit 0f03809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/renovate-pr-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
gh pr list --app renovate -B master -s open --json url | jq -r ".[].url" > ../pr_urls.txt
echo -e "Update dependencies packages by renovate (${{ steps.date.outputs.date }})\n\n" > ../pr_description.txt
cat ../pr_urls.txt | xargs -L1 echo - >> ../pr_description.txt
cat ../pr_urls.txt | xargs -L1 echo - [ ] >> ../pr_description.txt
env:
GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

Expand Down

0 comments on commit 0f03809

Please sign in to comment.