Skip to content

Commit

Permalink
reactivate pro in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Jul 29, 2024
1 parent 9b88a31 commit 3f4315f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
steps:
- uses: actions/checkout@v4

# - name: Checkout Pro
# uses: actions/checkout@v4
# with:
# repository: HJfod/BetterEditPro
# path: pro
# token: ${{ secrets.ACCESS_TOKEN }}
# ref: v6
- name: Checkout Pro
uses: actions/checkout@v4
with:
repository: HJfod/BetterEditPro
path: pro
token: ${{ secrets.ACCESS_TOKEN }}
ref: v6

- name: Build the mod
uses: geode-sdk/build-geode-mod@main
Expand Down

0 comments on commit 3f4315f

Please sign in to comment.