Skip to content

Update actions/checkout action to v5 (#4) #6

Update actions/checkout action to v5 (#4)

Update actions/checkout action to v5 (#4) #6

Workflow file for this run

name: Description update
on:
push:
branches:
- main
paths:
- README.md
- .github/workflows/description.yml
workflow_dispatch:
jobs:
update-description:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Update Docker Hub description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
repository: ${{ secrets.DOCKER_USERNAME }}/devcontainers
readme-filepath: ./README.md
short-description: ${{ github.event.repository.description }}