Skip to content

Commit

Permalink
Merge pull request #145 from Graur/141
Browse files Browse the repository at this point in the history
added `pdd` installing to remove `todo` puzzles
  • Loading branch information
yegor256 committed Jun 22, 2023
2 parents 36fe549 + bb7775f commit 990834b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,22 @@ jobs:
check-releases:
runs-on: ubuntu-20.04
steps:
- name: Checkout code
- name: checkout code
uses: actions/checkout@v3
- name: Install dependencies
- name: install dependencies
run: |
sudo apt-get update
sudo apt-get install -y python3 python3-pip
pip3 install requests
- name: Check releases
- name: install pdd
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
run: gem install pdd
- name: pull releases
run: |
python3 auto-pull.py
- name: Create Pull Request
- name: create pull request
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.TOKEN }}
Expand Down

0 comments on commit 990834b

Please sign in to comment.