Skip to content

Commit

Permalink
Fix: Add checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Its4Nik authored Jan 24, 2025
1 parent e99a274 commit fa8ec50
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,25 @@ jobs:
ToDo:
needs: validation
runs-on: ubuntu-24.04
name: "TODO comment to issue"
name: "ToDo comment to issue"
permissions:
contents: write
issues: write
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: "TODO to Issue"
uses: "alstr/todo-to-issue-action@v5"
with:
INSERT_ISSUE_URLS: "true"

- name: Set Git user
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
- name: Commit and Push Changes
run: |
git add -A
Expand Down

0 comments on commit fa8ec50

Please sign in to comment.