chore(deps): update dependency setuptools to v69 #1219
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docker Hub Description | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
sync-readme: | |
runs-on: ubuntu-22.04 | |
if: ${{ github.repository == 'WeblateOrg/docker'}} | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Docker Hub Description | |
uses: peter-evans/dockerhub-description@v3 | |
with: | |
username: ${{ secrets.DOCKERHUB_USERNAME }} | |
password: ${{ secrets.DOCKERHUB_PASSWORD }} | |
repository: weblate/weblate | |
short-description: ${{ github.event.repository.description }} |