mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-07 12:37:44 +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
|
- name: Checkout API Specs Repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: lukehagar/plexjs
|
repository: LukeHagar/plexjs
|
||||||
path: sdk-ts
|
path: sdk-ts
|
||||||
ref: main
|
ref: main
|
||||||
|
|
||||||
@@ -53,6 +53,6 @@ jobs:
|
|||||||
git add .
|
git add .
|
||||||
git commit -m "Automated build '${{ github.event.head_commit.message }}' typescript-axios sdk: ${{ github.run_id }}"
|
git commit -m "Automated build '${{ github.event.head_commit.message }}' typescript-axios sdk: ${{ github.run_id }}"
|
||||||
git status
|
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 remote -v
|
||||||
git push
|
git push
|
||||||
|
|||||||
Reference in New Issue
Block a user