Skip to content

Update workflows

Update workflows #8

Workflow file for this run

name: Update Description
on:
push:
branches:
- "*"
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/terraria-docker
short-description: ${{ github.event.repository.description }}