fixed name

This commit is contained in:
JasonLandbridge
2024-10-02 13:54:32 +02:00
parent eeb506bd92
commit bf28b05bf1

View File

@@ -30,10 +30,10 @@ jobs:
- name: Project Setup - name: Project Setup
uses: ./.github/workflows/steps/project-setup uses: ./.github/workflows/steps/project-setup
- name: Dereference Plex Media Server Specification - name: Build Plex Media Server Specification
run: bun run build run: bun run build
- name: Commit Dereferenced Specification File - name: Commit Build Specification Files
uses: stefanzweifel/git-auto-commit-action@v4 uses: stefanzweifel/git-auto-commit-action@v4
with: with:
commit_message: "build: dereferenced Plex Media Server API Spec updated" commit_message: "build: dereferenced Plex Media Server API Spec updated"