Skip to content

Commit

Permalink
Publish changes to official repo rather than my fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh5 committed Feb 18, 2024
1 parent 027cec1 commit a633455
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

# Execute plugin repo gen action
- name: Build and publish plugin
uses: Josh5/action-build-and-publish-unmanic-plugin@master
uses: Unmanic/action.build-and-publish-unmanic-plugin@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -29,9 +29,9 @@ jobs:

# Execute PR generation action
- name: Generate PR for official repo
uses: Josh5/action-open-pr-in-official-unmanic-repo@master
uses: Unmanic/action.open-pr-to-unmanic-repo@master
with:
dst_repo: Josh5/unmanic-plugins
dst_repo: Unmanic/unmanic-plugins
pr_repo: Unmanic/unmanic-plugins
pr_repo_branch_name: official
github_token: ${{ secrets.GH_TOKEN }}

0 comments on commit a633455

Please sign in to comment.