Skip to content

Commit

Permalink
WHYYYYYYY 👎
Browse files Browse the repository at this point in the history
  • Loading branch information
bigasdev committed May 14, 2024
1 parent 274b6a5 commit 08f1e80
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/log.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ on:
jobs:
generate-log:
runs-on: ubuntu-latest

defaults:
run:
working-directory: ./.vscode

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Generate Log
run: |
grep -r "@done" ../../.vscode/todo.todo ../../.vscode/issues.todo > done_log.txt
grep -r "@done" todo.todo issues.todo > done_log.txt

0 comments on commit 08f1e80

Please sign in to comment.