fix(deps): update module google.golang.org/api to v0.207.0 (#781) #1001
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: Dockerhub Description | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
docker: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Update hub description | |
uses: peter-evans/dockerhub-description@v4 | |
with: | |
username: batmac | |
password: ${{ secrets.DOCKERHUB_PASSWORD }} | |
repository: batmac/ccat | |
short-description: ${{ github.event.repository.description }} |