From f5f7ff4ceadd4ae4bedbddb5e2d2ca298c4b1a2f Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire <94526761+natdeanlewissoftwire@users.noreply.github.com> Date: Thu, 2 Mar 2023 13:55:04 +0000 Subject: [PATCH] Update github-actions-demo.yml --- .github/workflows/github-actions-demo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index ceca74ac8..f34c2852f 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -1,5 +1,5 @@ -name: GitHub Actions Demo -run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 +name: GitHub Action +run-name: Test action on: [push] jobs: Explore-GitHub-Actions: