We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ff770 commit b545d1fCopy full SHA for b545d1f
1 file changed
README.md
@@ -226,7 +226,7 @@ depos doctor --strict --ignore-dev
226
Workflow для автоматического обновления зависимостей пакетов OneScript с созданием Pull Request:
227
228
```yaml
229
-name: Еженедельное обновление зависимостей
+name: Обновление зависимостей
230
231
on:
232
schedule:
@@ -235,6 +235,7 @@ on:
235
236
jobs:
237
update-dependencies:
238
+ # if: github.repository_owner == '<your-username>'
239
runs-on: ubuntu-latest
240
steps:
241
- name: Обновление зависимостей
0 commit comments