Update deref-spec.yml

This commit is contained in:
luke-hagar-sp
2023-03-31 18:38:44 -05:00
parent 95c0ddfb86
commit b87cfe7fb5

View File

@@ -24,11 +24,4 @@ jobs:
- name: Dereference Plex API Specification
run: |
swagger-cli bundle --dereference referenced/plex-api-spec.yaml -t yaml -o plex-api-spec-dereferenced.yaml
- name: Commit and push changes
run: |
git config --global user.name "LukeHagar"
git config --global user.email "Lukeslakemail@gmail.com"
git add -A
git commit -m "Automated Commit: Dereferencing Plex API Specification"
git push
- uses: stefanzweifel/git-auto-commit-action@v4