Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pysel committed Oct 5, 2023
1 parent a6b9df5 commit 82d2fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/todo-auto-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/${{ github.repository }}/issues \
-d '{"title":"$todo","body":"Auto-generated issue triggered by the merge of ${{ github.event.pull_request.html_url }}","assignees":["${{ github.event.pull_request.user.login }}"],"labels":["T:auto"]}'
-d '{"title":"'"$todo"'","body":"Auto-generated issue triggered by the merge of ${{ github.event.pull_request.html_url }}","assignees":["${{ github.event.pull_request.user.login }}"],"labels":["T:auto"]}'
done

0 comments on commit 82d2fc6

Please sign in to comment.