mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 14:58:12 +00:00
use single quotes for repo name
This commit is contained in:
2
.github/workflows/stale-bot.yml
vendored
2
.github/workflows/stale-bot.yml
vendored
@@ -12,7 +12,7 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
close-issues:
|
close-issues:
|
||||||
# only run on main repo, not forks
|
# only run on main repo, not forks
|
||||||
if: github.repository == "meshcore-dev/MeshCore"
|
if: github.repository == 'meshcore-dev/MeshCore'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Close Stale Issues
|
- name: Close Stale Issues
|
||||||
|
|||||||
Reference in New Issue
Block a user