From 14e93a48708583f3d4ad9f9c61e8ecaf9249ac07 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Wed, 26 Jun 2024 15:14:10 +0530 Subject: [PATCH 1/7] first commit on using setup node --- .github/workflows/helloWorld.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/helloWorld.yml diff --git a/.github/workflows/helloWorld.yml b/.github/workflows/helloWorld.yml new file mode 100644 index 000000000..9fa595e75 --- /dev/null +++ b/.github/workflows/helloWorld.yml @@ -0,0 +1,18 @@ +name: Hello world work flow + +on: + push: + branches: + -suyash-test-1 + pull_request: + branches: + -suyash-test-1 + workflow_dispatch: +jobs: + hello: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: hello world + run: echo "Hello world" + shell: bash From d0ab981b3fd0b5d17756817f326db0399f64ad0a Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Wed, 26 Jun 2024 15:28:01 +0530 Subject: [PATCH 2/7] Delete .github/workflows/helloWorld.yml --- .github/workflows/helloWorld.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/helloWorld.yml diff --git a/.github/workflows/helloWorld.yml b/.github/workflows/helloWorld.yml deleted file mode 100644 index 9fa595e75..000000000 --- a/.github/workflows/helloWorld.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Hello world work flow - -on: - push: - branches: - -suyash-test-1 - pull_request: - branches: - -suyash-test-1 - workflow_dispatch: -jobs: - hello: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: hello world - run: echo "Hello world" - shell: bash From 026eec6e3f98c5b651b8adeb431d3fc281d6b8ff Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Wed, 26 Jun 2024 15:28:38 +0530 Subject: [PATCH 3/7] Create main.yml --- .github/workflows/main.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 000000000..9fa595e75 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,18 @@ +name: Hello world work flow + +on: + push: + branches: + -suyash-test-1 + pull_request: + branches: + -suyash-test-1 + workflow_dispatch: +jobs: + hello: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: hello world + run: echo "Hello world" + shell: bash From 580fcbb4e98fece76cb6ce24a06ba80f7d0ef77c Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Wed, 26 Jun 2024 16:03:30 +0530 Subject: [PATCH 4/7] Rename main.yml to helloworld.yml --- .github/workflows/{main.yml => helloworld.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{main.yml => helloworld.yml} (100%) diff --git a/.github/workflows/main.yml b/.github/workflows/helloworld.yml similarity index 100% rename from .github/workflows/main.yml rename to .github/workflows/helloworld.yml From 2662a4862d8b2d2e0d29e4d092919fd00a2ba004 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Wed, 26 Jun 2024 16:12:47 +0530 Subject: [PATCH 5/7] goodbye world added --- .github/workflows/helloworld.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/helloworld.yml b/.github/workflows/helloworld.yml index 9fa595e75..b2c972645 100644 --- a/.github/workflows/helloworld.yml +++ b/.github/workflows/helloworld.yml @@ -3,9 +3,11 @@ name: Hello world work flow on: push: branches: + -main -suyash-test-1 pull_request: branches: + -main -suyash-test-1 workflow_dispatch: jobs: @@ -16,3 +18,10 @@ jobs: - name: hello world run: echo "Hello world" shell: bash + goodbye: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: hello world + run: echo "Good Bye world" + shell: bash From 012f60229c27ef5c65099a8a945d2bf538e6a250 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Wed, 26 Jun 2024 16:28:52 +0530 Subject: [PATCH 6/7] name changed to goodbye --- .github/workflows/helloworld.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helloworld.yml b/.github/workflows/helloworld.yml index b2c972645..c5d184b54 100644 --- a/.github/workflows/helloworld.yml +++ b/.github/workflows/helloworld.yml @@ -22,6 +22,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: hello world + - name: good bye run: echo "Good Bye world" shell: bash From d8d51bc443b9f0cf2502e416f9f51707b356fac5 Mon Sep 17 00:00:00 2001 From: Suyash Gaonkar <39784472+suyashrg18@users.noreply.github.com> Date: Wed, 10 Jul 2024 21:10:27 +0530 Subject: [PATCH 7/7] updated README --- .github/workflows/helloworld.yml | 27 --------------------------- README.md | 2 +- 2 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 .github/workflows/helloworld.yml diff --git a/.github/workflows/helloworld.yml b/.github/workflows/helloworld.yml deleted file mode 100644 index c5d184b54..000000000 --- a/.github/workflows/helloworld.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Hello world work flow - -on: - push: - branches: - -main - -suyash-test-1 - pull_request: - branches: - -main - -suyash-test-1 - workflow_dispatch: -jobs: - hello: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: hello world - run: echo "Hello world" - shell: bash - goodbye: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: good bye - run: echo "Good Bye world" - shell: bash diff --git a/README.md b/README.md index 86236a495..6b14f9259 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ See [action.yml](action.yml) - uses: actions/setup-node@v4 with: # Version Spec of the version to use in SemVer notation. - # It also emits such aliases as lts, latest, nightly and canary builds + # It also admits such aliases as lts, latest, nightly and canary builds # Examples: 12.x, 10.15.1, >=10.15.0, lts/Hydrogen, 16-nightly, latest, node node-version: ''