Skip to content

Commit

Permalink
thugohtso
Browse files Browse the repository at this point in the history
  • Loading branch information
Zopolis4 committed Nov 29, 2023
1 parent 8e01099 commit ab484cb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/Boards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@ jobs:
with:
ruby-version: '3.1'
- name: Install dependencies
run: sudo gem install nokogiri
run: gem install nokogiri
- name: Configure git
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
- name: Generate boards.json
run: |
sudo gem install nokogiri
ruby .github/boards.rb
run: ruby .github/boards.rb
- name: Commit and push updated boards.json
run: |
git commit -o boards.json -m "Update boards.json" || true
Expand Down

0 comments on commit ab484cb

Please sign in to comment.