From 01914735bb02e74491ab4c2c15cc671ebadff44f Mon Sep 17 00:00:00 2001 From: Webber Date: Sat, 30 Nov 2019 13:40:49 +0100 Subject: [PATCH] =?UTF-8?q?Rename=20workflow=20name=20=F0=9F=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3f1b414..8af45eb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: 😎 Actions +name: Actions 😎 on: [push] jobs: diff --git a/README.md b/README.md index 83dd8e1..9c74790 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Unity Actions -[![Actions status](https://github.com/WebberTakken/unity-actions/workflows/%F0%9F%98%8E%20Actions/badge.svg)](https://github.com/WebberTakken/unity-actions/workflows/%F0%9F%98%8E%20Actions/badge.svg) +[![Actions status](https://github.com/WebberTakken/unity-actions/workflows/Actions%20😎/badge.svg)](https://github.com/WebberTakken/unity-actions/workflows/Actions%20😎/badge.svg) Github actions for testing and building Unity projects. 🦄 @@ -42,7 +42,7 @@ Detailed instructions can be found in each action below. | Build for Android | ❌ | In progress | | Build for iOS | ❌ | In progress | | | | | -| Complete workflow | ✔ | [![Actions status](https://github.com/WebberTakken/unity-actions/workflows/%F0%9F%98%8E%20Actions/badge.svg)](https://github.com/WebberTakken/unity-actions/workflows/%F0%9F%98%8E%20Actions/badge.svg) | +| Complete workflow | ✔ | [![Actions status](https://github.com/WebberTakken/unity-actions/workflows/Actions%20😎/badge.svg)](https://github.com/WebberTakken/unity-actions/workflows/Actions%20😎/badge.svg) | An example implementation can be found in `main.yml` from this repo.