Skip to content

Commit

Permalink
Change names of example workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
baksetercx committed Dec 21, 2024
1 parent a50c961 commit 9780746
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Deploy to Kubernetes with Dockerfile on Google Cloud
name: Build and deploy to Kubernetes with Dockerfile on Google Cloud

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-build-deploy-dockerfile.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Deploy to Kubernetes with Dockerfile
name: Build and deploy to Kubernetes with Dockerfile

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-build-deploy-dotnet-google.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Deploy .NET to Kubernetes on Google Cloud
name: Build and deploy a .NET application to Kubernetes on Google Cloud

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-build-deploy-dotnet-iss.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Deploy .NET to ISS
name: Build and deploy a .NET application to ISS

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-build-deploy-dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Deploy .NET to Kubernetes
name: Build and deploy a .NET application to Kubernetes

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-build-deploy-go-google.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Deploy Go to Kubernetes on Google Cloud
name: Build and deploy a Go application to Kubernetes on Google Cloud

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-build-deploy-go.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Deploy Go to Kubernetes
name: Build and deploy a Go application to Kubernetes

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-build-deploy-python-google.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Deploy Python to Kubernetes on Google Cloud
name: Build and deploy a Python application to Kubernetes on Google Cloud

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-build-deploy-python.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Deploy Python to Kubernetes
name: Build and deploy a Python application to Kubernetes

on:
push:
Expand Down

0 comments on commit 9780746

Please sign in to comment.