Skip to content

Commit

Permalink
hotfix(sync): fix invalid template syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Dec 22, 2023
1 parent 4381d7d commit 23977d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ ssi-dk/diseasystore:
- source: .github/templates/bug_report.md
dest: .github/ISSUE_TEMPLATE/bug_report.md
template:
repo: "diseasystore"
repo:
name: "diseasystore"

ssi-dk/diseasy:
- source: .github/templates/bug_report.md
dest: .github/ISSUE_TEMPLATE/bug_report.md
template:
repo: "diseasy"
repo:
name: "diseasy"
2 changes: 1 addition & 1 deletion .github/templates/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If applicable, add screenshots to help explain your problem.
# paste output within this block for formatting
```

* [ ] I have checked that the bug is not already described in [open issues](https://github.com/ssi-dk/{{ repo }}/issues?q=is%3Aopen)
* [ ] I have checked that the bug is not already described in [open issues](https://github.com/ssi-dk/{{ repo.name }}/issues?q=is%3Aopen)

**Additional context**
Add any other context about the problem here.

0 comments on commit 23977d0

Please sign in to comment.