Skip to content

Commit

Permalink
fix: change name of action
Browse files Browse the repository at this point in the history
  • Loading branch information
nunenuh committed Aug 23, 2023
1 parent 3a3bb03 commit c1672c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CodeCoverage
name: CodeCoverage Action

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Push to Docker Hub
name: DockerHub Action

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

on:
push:
Expand Down

0 comments on commit c1672c7

Please sign in to comment.