diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 043c259..15902b0 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -1,4 +1,4 @@ -name: Build ๐Ÿ—๏ธ and Publish ๐Ÿ“ฆ๏ธ +name: Publish Release ๐Ÿท๏ธ on: push: diff --git a/.github/workflows/quickget-tests.yml b/.github/workflows/quickget-tests.yml index bd69232..a35820a 100644 --- a/.github/workflows/quickget-tests.yml +++ b/.github/workflows/quickget-tests.yml @@ -1,6 +1,4 @@ ---- # This is a basic workflow to help test quickget - -name: quickget tests +name: "Test quickget ๐Ÿงช" # Controls when the action will run. on: diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index e6f3572..973b73d 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -1,5 +1,5 @@ --- # reviewdog -name: 'Run shellcheck with reviewdog' +name: 'Lint Shellcheck ๐Ÿš' on: push: