Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Sep 11, 2024
1 parent 2fd57c2 commit 3df4e5c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/description.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Update Docker Hub Description
on:
push:
branches:
- main
paths:
- README.md
- .github/workflows/description.yml

jobs:
dockerHubDescription:
runs-on: thevickypedia-lite
steps:
- uses: actions/checkout@v4
- name: Docker Hub Description
run: echo ${{ github.event.repository.description }}
shell: bash

0 comments on commit 3df4e5c

Please sign in to comment.