From 42e611dd92c65af90cfa007f1c651929ced0f995 Mon Sep 17 00:00:00 2001 From: Jordan Bayles Date: Mon, 9 Sep 2024 11:48:33 -0700 Subject: [PATCH] Update github-actions-demo.yml --- .github/workflows/github-actions-demo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index e5d0398c7..b612b3544 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -1,4 +1,5 @@ name: GitHub Actions Demo + run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 on: [push]