mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-06 04:20:40 +00:00
Update build-typescript-sdk.yml
This commit is contained in:
4
.github/workflows/build-typescript-sdk.yml
vendored
4
.github/workflows/build-typescript-sdk.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
- name: Checkout API Specs Repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: lukehagar/plexjs
|
||||
repository: LukeHagar/plexjs
|
||||
path: sdk-ts
|
||||
ref: main
|
||||
|
||||
@@ -53,6 +53,6 @@ jobs:
|
||||
git add .
|
||||
git commit -m "Automated build '${{ github.event.head_commit.message }}' typescript-axios sdk: ${{ github.run_id }}"
|
||||
git status
|
||||
git remote set-url origin https://${{secrets.API_SPEC_PAT}}@github.com/lukehagar/plexjs.git
|
||||
git remote set-url origin https://${{secrets.API_SPEC_PAT}}@github.com/LukeHagar/plexjs.git
|
||||
git remote -v
|
||||
git push
|
||||
|
||||
Reference in New Issue
Block a user