mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 09:04:35 +01:00
Update master-slugs.yml
This commit is contained in:
parent
bba1c51a79
commit
fa7358f7c6
33
.github/workflows/master-slugs.yml
vendored
33
.github/workflows/master-slugs.yml
vendored
@ -11,6 +11,8 @@ jobs:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ssh-key: "{{secrets.SLUG_DEPLOY_KEY}}"
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
id: setup_python
|
||||
@ -32,13 +34,24 @@ jobs:
|
||||
if: steps.cache-venv.outputs.cache-hit != 'true'
|
||||
- name: Regenerate Master Slug List
|
||||
run: python3 tests/generate-slug-list.py
|
||||
- name: Commit and Push Changes to Master
|
||||
uses: EndBug/add-and-commit@v9
|
||||
with:
|
||||
author_name: NetBox-Bot
|
||||
author_email: info@netboxlabs.com
|
||||
committer_name: NetBox-Bot
|
||||
committer_email: info@netboxlabs.com
|
||||
default_author: github_actions
|
||||
message: "Regenerate master slug list after successful PR merge"
|
||||
push: true
|
||||
- name: Set-Up Git
|
||||
run: |
|
||||
git config --global user.name 'NetBox-Bot'
|
||||
git config --global user.email 'info@netboxlabs.com
|
||||
- name: Commit
|
||||
run: |
|
||||
git add .
|
||||
git commit -m "Regenerate master slug list after successful PR merge"
|
||||
- name: Push to remote
|
||||
run: |
|
||||
git push
|
||||
# - name: Commit and Push Changes to Master
|
||||
# uses: EndBug/add-and-commit@v9
|
||||
# with:
|
||||
# author_name: NetBox-Bot
|
||||
# author_email: info@netboxlabs.com
|
||||
# committer_name: NetBox-Bot
|
||||
# committer_email: info@netboxlabs.com
|
||||
# default_author: github_actions
|
||||
# message: "Regenerate master slug list after successful PR merge"
|
||||
# push: true
|
||||
|
Loading…
Reference in New Issue
Block a user