Skip to content

Commit bf71921

Browse files
committed
corrects description error in gh actions workflows
1 parent 903a58e commit bf71921

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_deploy_containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build and Push Containers
2-
description: Builds the backend source into binary containers for the current branch and pushes to the GitHub Container Registry.
2+
# Builds the backend source into binary containers for the current branch and pushes to the GitHub Container Registry.
33

44
on:
55
push:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build a New Production Release
2-
description: Builds the backend source into binary containers for branch main and pushes to the GitHub Container Registry as stable tag.
2+
# Builds the backend source into binary containers for branch main and pushes to the GitHub Container Registry as stable tag.
33

44
on:
55
release:

0 commit comments

Comments
 (0)