Skip to content

Feature: Changeable port #9

Feature: Changeable port

Feature: Changeable port #9

Workflow file for this run

name: Update Description
on:
push:
branches:
- 'master'
paths:
- 'README.md'
jobs:
docker-description:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: passivelemon
password: ${{ secrets.DOCKER_PASSWORD }}
repository: passivelemon/tmodloader1.4-docker
short-description: ${{ github.event.repository.description }}