Skip to content

Manifest updater

Manifest updater #397

Workflow file for this run

name: Manifest updater
on:
repository_dispatch:
types: [pushed]
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: 'raiyni/resource-packs-manifest-updater'
ref: 'master'
- name: Install neccessary packages
run: npm install
- name: Run the manifest updater
uses: ./
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}