chore(ci): rename workflow to Markdown

This commit is contained in:
Quentin McGaw
2023-07-05 14:21:21 +00:00
parent 8ad16cdc12
commit c0eb2f2315

25
.github/workflows/markdown.yml vendored Normal file
View File

@@ -0,0 +1,25 @@
name: Markdown
on:
push:
branches:
- master
paths:
- README.md
- .github/workflows/markdown.yml
jobs:
markdown:
if: github.repository == 'qdm12/gluetun'
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
steps:
- uses: actions/checkout@v3
- uses: peter-evans/dockerhub-description@v3
with:
username: qmcgaw
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: qmcgaw/gluetun
short-description: Lightweight Swiss-knife VPN client to connect to several VPN providers
readme-filepath: README.md