From fe4fd298978a3ebe7732e560bd0fe03c2454a09e Mon Sep 17 00:00:00 2001 From: Peter Evans <18365890+peter-evans@users.noreply.github.com> Date: Wed, 31 Mar 2021 17:03:42 +0900 Subject: [PATCH] ci: add short description input --- .github/workflows/dockerhub-description.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dockerhub-description.yml b/.github/workflows/dockerhub-description.yml index c3f35a9..7b689ff 100644 --- a/.github/workflows/dockerhub-description.yml +++ b/.github/workflows/dockerhub-description.yml @@ -24,3 +24,4 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }} repository: peterevans/dockerhub-description + short-description: ${{ github.event.repository.description }}