From 441d7c3c4d110ad13c00bf1fcfae15ead843a54e Mon Sep 17 00:00:00 2001 From: ramakrishna Date: Tue, 20 Jan 2026 14:27:02 +0530 Subject: [PATCH 1/4] new changes for manual --- .github/workflows/first-workflow.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/first-workflow.yml b/.github/workflows/first-workflow.yml index 8c17a08..b5b1452 100644 --- a/.github/workflows/first-workflow.yml +++ b/.github/workflows/first-workflow.yml @@ -1,9 +1,5 @@ name: First_workflow -on: - push: - branches: - - main - # workflow_dispatch +on: workflow_dispatch jobs: first-job: runs-on: ubuntu-latest @@ -13,4 +9,11 @@ jobs: - name: Print Goodbye run: | echo "This is my first GitHub Action" - echo "Workflow executed successfully" \ No newline at end of file + echo "Workflow executed successfully" + - name: Display Demo File Content + run: cat Demo.txt + - name: List Current Directory + run: ls -la + - name: Show Current Date and Time + run: date + \ No newline at end of file From c76c537cb06f484ae3931c1a233251587b69298d Mon Sep 17 00:00:00 2001 From: ramakrishna Date: Tue, 20 Jan 2026 14:28:27 +0530 Subject: [PATCH 2/4] new changes for manually --- .github/workflows/first-workflow.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/first-workflow.yml b/.github/workflows/first-workflow.yml index b5b1452..1c10b72 100644 --- a/.github/workflows/first-workflow.yml +++ b/.github/workflows/first-workflow.yml @@ -10,10 +10,5 @@ jobs: run: | echo "This is my first GitHub Action" echo "Workflow executed successfully" - - name: Display Demo File Content - run: cat Demo.txt - - name: List Current Directory - run: ls -la - - name: Show Current Date and Time - run: date + \ No newline at end of file From 7149bddc574e5f712ce40e69697bc0e46fe4a37d Mon Sep 17 00:00:00 2001 From: ramakrishnaredd95-stack Date: Tue, 20 Jan 2026 15:24:29 +0530 Subject: [PATCH 3/4] Delete .github/workflows/first-workflow.yml --- .github/workflows/first-workflow.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/first-workflow.yml diff --git a/.github/workflows/first-workflow.yml b/.github/workflows/first-workflow.yml deleted file mode 100644 index 1c10b72..0000000 --- a/.github/workflows/first-workflow.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: First_workflow -on: workflow_dispatch -jobs: - first-job: - runs-on: ubuntu-latest - steps: - - name: Print greetings - run: echo "Hello World" - - name: Print Goodbye - run: | - echo "This is my first GitHub Action" - echo "Workflow executed successfully" - - \ No newline at end of file From 33e27fe3cbc553fece571f8f31f4c2a4b2005627 Mon Sep 17 00:00:00 2001 From: ramakrishnaredd95-stack Date: Tue, 20 Jan 2026 15:24:44 +0530 Subject: [PATCH 4/4] Delete index.html --- index.html | 1 - 1 file changed, 1 deletion(-) delete mode 100644 index.html diff --git a/index.html b/index.html deleted file mode 100644 index 5689bfe..0000000 --- a/index.html +++ /dev/null @@ -1 +0,0 @@ -This is my index.html page \ No newline at end of file