Test Commit

This commit is contained in:
Daniel Sheppard
2024-03-22 15:03:42 -05:00
parent d9028f9fb8
commit 22d6567098
4 changed files with 14 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ jobs:
with:
repository: netbox-community/netbox
- uses: actions/checkout@v4
with:
submodules: true
if: ${{ steps.netbox-release.outputs.release != vars.SCHEMA_VERSION }}
- name: Setup Python
uses: actions/setup-python@v5