From 7d5f5e0b04a87dfa489ff47249cab44dfb4294b8 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Thu, 11 Jan 2024 00:26:22 -0700 Subject: [PATCH] Update .github/workflows/github-actions-demo.yml --- .github/workflows/github-actions-demo.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 16d8e69..cee547a 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -3,7 +3,6 @@ run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 on: [push] jobs: Explore-GitHub-Actions: - runs-on: ubuntu-latest container: node:18 steps: - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."