This commit is contained in:
Daniel Sheppard 2024-03-22 15:46:33 -05:00
parent 6efd71e4ce
commit 9da8288d35

View File

@ -11,10 +11,6 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
ref: "main/tests"
path: "tests"
- name: Setup Python
uses: actions/setup-python@v5
id: setup_python
@ -39,7 +35,6 @@ jobs:
- name: Commit and Push Changes to Master
uses: EndBug/add-and-commit@v9
with:
cwd: "./tests/"
author_name: NetBox-Bot
author_email: info@netboxlabs.com
committer_name: NetBox-Bot