Skip to content

Commit 667c690

Browse files
committed
feat: update Docker Hub description
- Simplified branch specification in workflow file - Renamed job to follow conventional naming - Added explicit step name for checkout action
1 parent 10a5dda commit 667c690

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/dockerhub-description.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@ name: Update Docker Hub Description
22
on:
33
workflow_dispatch:
44
push:
5-
branches:
6-
- main
5+
branches: main
76
paths:
87
- README.md
98
- .github/workflows/dockerhub-description.yml
109
jobs:
11-
dockerHubDescription:
10+
dockerhub-description:
11+
name: Update Docker Hub Description
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- name: Checkout
15+
uses: actions/checkout@v3
1516

1617
- name: Docker Hub Description
1718
uses: peter-evans/dockerhub-description@v3

0 commit comments

Comments
 (0)