Skip to content

Commit

Permalink
Update mod-bundler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dallmeyer authored Nov 2, 2024
1 parent f8ea623 commit e90d158
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/mod-bundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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"

Expand Down Expand Up @@ -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"

Expand Down Expand Up @@ -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"

Expand Down Expand Up @@ -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"

Expand Down

0 comments on commit e90d158

Please sign in to comment.