mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2025-12-06 06:41:44 +00:00
13 lines
296 B
YAML
13 lines
296 B
YAML
name: Update Modrinth Description
|
|
on:
|
|
push:
|
|
branches: [ master ]
|
|
jobs:
|
|
modrinth-desc:
|
|
runs-on: 'ubuntu-latest'
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- uses: funnyboy-roks/modrinth-auto-desc@v1.6
|
|
with:
|
|
auth-token: ${{ secrets.MODRINTH }}
|
|
slug: 'oBZj9E15' |