From fe7898f215afbade7447ab6db8c464f0556dc153 Mon Sep 17 00:00:00 2001 From: snehal282025 Date: Mon, 13 Oct 2025 10:19:29 -0400 Subject: [PATCH 01/10] Create test.py --- test.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.py diff --git a/test.py b/test.py new file mode 100644 index 000000000..e1e99cd35 --- /dev/null +++ b/test.py @@ -0,0 +1 @@ +print("WOW") From ce1d0501489551bd196174637fdbe9907ba1c487 Mon Sep 17 00:00:00 2001 From: snehal282025 Date: Mon, 13 Oct 2025 10:22:49 -0400 Subject: [PATCH 02/10] new workflow --- .github/workflows/custom-action.yml | 5 ++++- .github/workflows/hellow.yml | 17 +++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/hellow.yml diff --git a/.github/workflows/custom-action.yml b/.github/workflows/custom-action.yml index 7a87b53f1..b2c5b081d 100644 --- a/.github/workflows/custom-action.yml +++ b/.github/workflows/custom-action.yml @@ -12,4 +12,7 @@ jobs: name: 'Brown' # Use the output from the `hello` step - name: Get the Output - run: echo "The time was ${{ steps.hello.outputs.greeting }}" \ No newline at end of file + run: echo "The time was ${{ steps.hello.outputs.greeting }}" + + notify: + \ No newline at end of file diff --git a/.github/workflows/hellow.yml b/.github/workflows/hellow.yml new file mode 100644 index 000000000..efc52871d --- /dev/null +++ b/.github/workflows/hellow.yml @@ -0,0 +1,17 @@ +name: hello-world + +on: + pull-request: + branches: + - main + +jobs: + hello: + runs-on: ubuntu-latest + name: my-job + steps: + - name: Checkout repository + uses: actions/checkout@v3 + steps: + - name: hello + run: echo "The time was ${{ steps.hello.outputs.greeting }}" From fe61f7f2ee20087d5df85df23342252a37d4f005 Mon Sep 17 00:00:00 2001 From: snehal282025 Date: Mon, 13 Oct 2025 10:23:59 -0400 Subject: [PATCH 03/10] update workflow --- .github/workflows/hellow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hellow.yml b/.github/workflows/hellow.yml index efc52871d..2c6c7ee72 100644 --- a/.github/workflows/hellow.yml +++ b/.github/workflows/hellow.yml @@ -14,4 +14,4 @@ jobs: uses: actions/checkout@v3 steps: - name: hello - run: echo "The time was ${{ steps.hello.outputs.greeting }}" + run: echo "The time was" From 351621b0fb753fffc23dbc18c04437be86f4ee87 Mon Sep 17 00:00:00 2001 From: snehal282025 Date: Mon, 13 Oct 2025 10:29:39 -0400 Subject: [PATCH 04/10] updated workflow --- .github/workflows/hellow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hellow.yml b/.github/workflows/hellow.yml index 2c6c7ee72..23be85d6f 100644 --- a/.github/workflows/hellow.yml +++ b/.github/workflows/hellow.yml @@ -1,7 +1,7 @@ name: hello-world on: - pull-request: + pull_requestes: branches: - main @@ -12,6 +12,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 - steps: + - name: hello run: echo "The time was" From 04df5d342820c77f0d806cf4044c50db2aadd7a9 Mon Sep 17 00:00:00 2001 From: snehal282025 Date: Mon, 13 Oct 2025 10:31:14 -0400 Subject: [PATCH 05/10] updated workflow --- .github/workflows/hellow.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hellow.yml b/.github/workflows/hellow.yml index 23be85d6f..e61a64b1d 100644 --- a/.github/workflows/hellow.yml +++ b/.github/workflows/hellow.yml @@ -1,4 +1,4 @@ -name: hello-world +name: hello world on: pull_requestes: @@ -14,4 +14,8 @@ jobs: uses: actions/checkout@v3 - name: hello - run: echo "The time was" + run: | + echo "REF: $GITHUB_REF" + echo "Job ID: $GITHUB_JOB" + echo "Action: $GITHUB_ACTION" + echo "Actor: $GITHUB_ACTOR" From a0deca05e25102a06cab9536919244d4e058a0b0 Mon Sep 17 00:00:00 2001 From: snehal282025 Date: Mon, 13 Oct 2025 10:32:35 -0400 Subject: [PATCH 06/10] upadted --- .github/workflows/hellow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hellow.yml b/.github/workflows/hellow.yml index e61a64b1d..7cef1af82 100644 --- a/.github/workflows/hellow.yml +++ b/.github/workflows/hellow.yml @@ -1,7 +1,7 @@ name: hello world on: - pull_requestes: + pull_request: branches: - main From 69bf37af58118d6f3013680d9d7ee1ee530dadf9 Mon Sep 17 00:00:00 2001 From: snehal282025 Date: Mon, 13 Oct 2025 10:38:32 -0400 Subject: [PATCH 07/10] updated manual run --- .github/workflows/hellow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/hellow.yml b/.github/workflows/hellow.yml index 7cef1af82..8b6a2db70 100644 --- a/.github/workflows/hellow.yml +++ b/.github/workflows/hellow.yml @@ -1,6 +1,7 @@ name: hello world on: + workflow_dispatch: pull_request: branches: - main From ed5146a89fa3a57edd6b9e5a5a63677ef272bde5 Mon Sep 17 00:00:00 2001 From: snehal282025 Date: Mon, 13 Oct 2025 10:46:45 -0400 Subject: [PATCH 08/10] updated corn --- .github/workflows/hellow.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/hellow.yml b/.github/workflows/hellow.yml index 8b6a2db70..32a1747ae 100644 --- a/.github/workflows/hellow.yml +++ b/.github/workflows/hellow.yml @@ -2,6 +2,8 @@ name: hello world on: workflow_dispatch: + schedule: + - corn : "*/2 * * * *" pull_request: branches: - main From e7c604315efeeca208c762bc4b4e471625adbdcc Mon Sep 17 00:00:00 2001 From: snehal282025 Date: Mon, 13 Oct 2025 10:51:47 -0400 Subject: [PATCH 09/10] testing --- .github/workflows/hellow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hellow.yml b/.github/workflows/hellow.yml index 32a1747ae..6a13915c9 100644 --- a/.github/workflows/hellow.yml +++ b/.github/workflows/hellow.yml @@ -3,7 +3,7 @@ name: hello world on: workflow_dispatch: schedule: - - corn : "*/2 * * * *" + - cron : "*/2 * * * *" pull_request: branches: - main From 2fee6395c883836c9eb2d6c31d2f69549bc6ec54 Mon Sep 17 00:00:00 2001 From: snehal282025 Date: Mon, 13 Oct 2025 10:57:45 -0400 Subject: [PATCH 10/10] updated --- .github/workflows/hellow.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/hellow.yml b/.github/workflows/hellow.yml index 6a13915c9..886aa4558 100644 --- a/.github/workflows/hellow.yml +++ b/.github/workflows/hellow.yml @@ -1,12 +1,10 @@ name: hello world on: - workflow_dispatch: + schedule: - cron : "*/2 * * * *" - pull_request: - branches: - - main + workflow_dispatch: jobs: hello: