From 10b07400a39068eb78c16cf1214de372a15885a1 Mon Sep 17 00:00:00 2001 From: Paul Friederichsen Date: Mon, 18 Jan 2021 18:58:34 -0600 Subject: [PATCH 1/2] Rename GH Actions workflow to 'Java' --- .github/workflows/gradle.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yaml b/.github/workflows/gradle.yaml index af8f6f0..4808df7 100644 --- a/.github/workflows/gradle.yaml +++ b/.github/workflows/gradle.yaml @@ -1,4 +1,4 @@ -name: Java_CI +name: Java on: [push] From 5deca8d995387831d2c1b9da5dc06cdfd32a1d42 Mon Sep 17 00:00:00 2001 From: Paul Friederichsen Date: Mon, 18 Jan 2021 18:59:20 -0600 Subject: [PATCH 2/2] Fix GH Actions badge in README.md to new workflow name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a8644c..8a9c62f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ > We should leave these notes in the copy in the "starter" > repository so it's there each semester when we fork this. -[![Continuous integration status](../../workflows/Java%20CI/badge.svg)](../../actions?query=workflow%3A"Java+CI") +[![Continuous integration status](../../workflows/Java/badge.svg)](../../actions?query=workflow%3A"Java") [![BCH compliance](https://bettercodehub.com/edge/badge/UMM-CSci-3601/intro-to-git?branch=main)](https://bettercodehub.com/) [![Total alerts](https://img.shields.io/lgtm/alerts/g/UMM-CSci-3601/intro-to-git.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/UMM-CSci-3601/intro-to-git/alerts/)