From e90d158455a60ec15bf4dad26b2261db966224eb Mon Sep 17 00:00:00 2001 From: Matt Dallmeyer Date: Sat, 2 Nov 2024 11:55:48 -0700 Subject: [PATCH] Update mod-bundler.yml --- .github/workflows/mod-bundler.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/mod-bundler.yml b/.github/workflows/mod-bundler.yml index a5ef7f5..e951727 100644 --- a/.github/workflows/mod-bundler.yml +++ b/.github/workflows/mod-bundler.yml @@ -112,7 +112,7 @@ jobs: - name: "Checkout Workflow Scripts" uses: actions/checkout@v4 with: - repository: "open-goal/mod-bundling-tools" + repository: "OpenGOAL-Mods/legacy-mod-bundling-tools" ref: ${{ github.event.inputs.ref }} path: "__actions/mod-bundling-tools" @@ -170,7 +170,7 @@ jobs: if: ${{ !inputs.skipWindows }} uses: actions/checkout@v4 with: - repository: "open-goal/mod-bundling-tools" + repository: "OpenGOAL-Mods/legacy-mod-bundling-tools" ref: ${{ github.event.inputs.ref }} path: "__actions/mod-bundling-tools" @@ -212,7 +212,7 @@ jobs: if: ${{ !inputs.skipLinux }} uses: actions/checkout@v4 with: - repository: "open-goal/mod-bundling-tools" + repository: "OpenGOAL-Mods/legacy-mod-bundling-tools" ref: ${{ github.event.inputs.ref }} path: "__actions/mod-bundling-tools" @@ -254,7 +254,7 @@ jobs: if: ${{ !inputs.skipMacOS }} uses: actions/checkout@v4 with: - repository: "open-goal/mod-bundling-tools" + repository: "OpenGOAL-Mods/legacy-mod-bundling-tools" ref: ${{ github.event.inputs.ref }} path: "__actions/mod-bundling-tools" @@ -291,7 +291,7 @@ jobs: - name: "Checkout Workflow Scripts" uses: actions/checkout@v4 with: - repository: "open-goal/mod-bundling-tools" + repository: "OpenGOAL-Mods/legacy-mod-bundling-tools" ref: ${{ github.event.inputs.ref }} path: "__actions/mod-bundling-tools"