Skip to content

Commit

Permalink
fix: update script paths in update-todo-badges workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneholloman committed Dec 8, 2024
1 parent e467e76 commit 73a12fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-todo-badges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
sudo apt-get install -y powershell
- name: Make script executable
run: chmod +x ./scripts/update-todo-badges.ps1
run: chmod +x scripts/update-todo-badges.ps1

- name: Update TODO badges
shell: pwsh
run: ./scripts/update-todo-badges.ps1
run: scripts/update-todo-badges.ps1

- name: Commit changes
run: |
Expand Down

0 comments on commit 73a12fb

Please sign in to comment.