From 991549ba9b34baa35af6a2525aab283e8aa6f0a6 Mon Sep 17 00:00:00 2001 From: Collin Zheng <61294685+CollinKa@users.noreply.github.com> Date: Fri, 22 Mar 2024 15:07:17 -0400 Subject: [PATCH] Update pushAction.yml --- .github/workflows/pushAction.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pushAction.yml b/.github/workflows/pushAction.yml index b766f546..87941cc2 100644 --- a/.github/workflows/pushAction.yml +++ b/.github/workflows/pushAction.yml @@ -1,10 +1,7 @@ -name: pushTest - +name: example on: push - jobs: - job_1: + greeting: runs-on: ubuntu-latest steps: - - name: My first step - run: echo hello world \ No newline at end of file + - run: echo hello world \ No newline at end of file