Skip to content

Commit

Permalink
Fix GitHub Action names
Browse files Browse the repository at this point in the history
  • Loading branch information
othyn committed Nov 18, 2021
1 parent 2cb8ee0 commit 6ffc284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# documentation.
# See: https://docs.github.com/en/actions/publishing-packages/publishing-docker-images#publishing-images-to-github-packages

name: Create and publish a Docker image
name: Continuous Deployment

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: Continuous Integration

on:
push:
Expand Down

0 comments on commit 6ffc284

Please sign in to comment.