Skip to content

Workflow file for this run

name: Update Docker Hub Description
on:
push:
branches:
- main
paths:
- README.md
- .github/workflows/description.yml
jobs:
dockerHubDescription:
runs-on: thevickypedia-lite
steps:
- uses: actions/checkout@v4
- name: Docker Hub Description
run: echo ${{ github.event.repository.description }}
shell: bash