Skip to content

Updated to J21

Updated to J21 #3

Workflow file for this run

name: Regen Files
on:
push:
branches: [ master ]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Regen
env:
WH_TOKEN: ${{ secrets.WH_TOKEN }}
run: |
curl --header "Authorization: Basic $WH_TOKEN" --header "Content-Type: application/json" --request POST --data "{\"group\": \"org.mangorage\", \"artifact\": \"installer\"}" https://webhooks.minecraftforge.net/hooks/regen