Browse Source

use single quotes for repo name

pull/2748/head
liamcottle 2 days ago
parent
commit
3b39925399
  1. 2
      .github/workflows/stale-bot.yml

2
.github/workflows/stale-bot.yml

@ -12,7 +12,7 @@ permissions:
jobs:
close-issues:
# only run on main repo, not forks
if: github.repository == "meshcore-dev/MeshCore"
if: github.repository == 'meshcore-dev/MeshCore'
runs-on: ubuntu-latest
steps:
- name: Close Stale Issues

Loading…
Cancel
Save