Lint fixes (#2485)
* update markdown * lint updates * markdown lint updates * markdown code block fixes * read add test tube to markdown
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
name: Gather New NetBox Generated Schema JSON
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 */12 * * *'
|
||||
- cron: 0 */12 * * *
|
||||
jobs:
|
||||
schema-update:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -48,9 +48,9 @@ jobs:
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v7
|
||||
with:
|
||||
commit-message: "Regenerate master slug list after successful PR merge"
|
||||
committer: "NetBox-Bot <info@netboxlabs.com>"
|
||||
author: "NetBox-Bot <info@netboxlabs.com>"
|
||||
commit-message: Regenerate master slug list after successful PR merge
|
||||
committer: NetBox-Bot <info@netboxlabs.com>
|
||||
author: NetBox-Bot <info@netboxlabs.com>
|
||||
branch: ${{ steps.netbox-release.outputs.release }}
|
||||
delete-branch: true
|
||||
base: master
|
||||
|
||||
Reference in New Issue
Block a user