From c1f6a4925e1f75d35e987d4df50d0d091e482726 Mon Sep 17 00:00:00 2001 From: "anca.moroiu21" Date: Wed, 6 Oct 2021 13:12:28 +0300 Subject: [PATCH 01/22] sjbabh --- .github/workflows/simple.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/simple.yml b/.github/workflows/simple.yml index 36f7347..8631167 100644 --- a/.github/workflows/simple.yml +++ b/.github/workflows/simple.yml @@ -11,4 +11,5 @@ jobs: - name: multiline script run: | node -v - npm -v \ No newline at end of file + npm -v + \ No newline at end of file From b9bb4e1b1d5285a900f3398ee708738ce987166e Mon Sep 17 00:00:00 2001 From: "anca.moroiu21" Date: Wed, 6 Oct 2021 13:15:25 +0300 Subject: [PATCH 02/22] aJNkjn --- .github/workflows/simple.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/simple.yml b/.github/workflows/simple.yml index 8631167..ea440db 100644 --- a/.github/workflows/simple.yml +++ b/.github/workflows/simple.yml @@ -12,4 +12,4 @@ jobs: run: | node -v npm -v - \ No newline at end of file + top \ No newline at end of file From 1a7d1516ea13db3574842ac26a3830b204e4db21 Mon Sep 17 00:00:00 2001 From: "anca.moroiu21" Date: Wed, 6 Oct 2021 13:17:30 +0300 Subject: [PATCH 03/22] dsknfksd --- .github/workflows/simple.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/simple.yml b/.github/workflows/simple.yml index ea440db..00ca2f1 100644 --- a/.github/workflows/simple.yml +++ b/.github/workflows/simple.yml @@ -12,4 +12,5 @@ jobs: run: | node -v npm -v - top \ No newline at end of file + - name: script + run: echo "Hello Anca" From 26b74990b5521417b0da4f24e4dd4e196341a5cf Mon Sep 17 00:00:00 2001 From: "anca.moroiu21" Date: Wed, 6 Oct 2021 16:54:03 +0300 Subject: [PATCH 04/22] kbdks --- .github/workflows/simple.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/simple.yml b/.github/workflows/simple.yml index 00ca2f1..923db69 100644 --- a/.github/workflows/simple.yml +++ b/.github/workflows/simple.yml @@ -13,4 +13,10 @@ jobs: node -v npm -v - name: script - run: echo "Hello Anca" + run: eccho "Hello Anca" + - name: python command + run: | + import platform + print + (platform.processor()) + shell: python From 3003caf9a609a3b1ba537615d2dc5b9fd9b0ac3f Mon Sep 17 00:00:00 2001 From: "anca.moroiu21" Date: Wed, 6 Oct 2021 16:55:00 +0300 Subject: [PATCH 05/22] sanj --- .github/workflows/simple.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/simple.yml b/.github/workflows/simple.yml index 923db69..f942056 100644 --- a/.github/workflows/simple.yml +++ b/.github/workflows/simple.yml @@ -13,7 +13,7 @@ jobs: node -v npm -v - name: script - run: eccho "Hello Anca" + run: echo "Hello Anca" - name: python command run: | import platform From 3bf14aab5a116f29551469fd9e069a1e3474b0a6 Mon Sep 17 00:00:00 2001 From: "anca.moroiu21" Date: Wed, 6 Oct 2021 17:00:21 +0300 Subject: [PATCH 06/22] jeedj --- .github/workflows/simple.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/simple.yml b/.github/workflows/simple.yml index f942056..70cfb17 100644 --- a/.github/workflows/simple.yml +++ b/.github/workflows/simple.yml @@ -20,3 +20,11 @@ jobs: print (platform.processor()) shell: python + run-windows-command: + runs-on: windows-latest + steps: + - name: Directory PowerShell + run: Get-Location + - name: Directrory Bash + run: pwd + shell: bash \ No newline at end of file From 975cf6747b770b5debcaed391d5daef5fe39010e Mon Sep 17 00:00:00 2001 From: "anca.moroiu21" Date: Wed, 6 Oct 2021 18:03:55 +0300 Subject: [PATCH 07/22] dshsajh --- .github/workflows/actions.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/actions.yml diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml new file mode 100644 index 0000000..a54176a --- /dev/null +++ b/.github/workflows/actions.yml @@ -0,0 +1,16 @@ +name: Actions Workflow + +on: [push] + +jobs: + run-github-actions: + runs-on: ubuntu-latest + steps: + - name: List Files + run: + pwd + ls + - name: Simple JS Action + uses: actions/hello-world/javascript-action@v1 + with: + who-to-greet: John \ No newline at end of file From f460637c75038f1400f51ac750553fa95c435bb9 Mon Sep 17 00:00:00 2001 From: "anca.moroiu21" Date: Fri, 8 Oct 2021 14:48:46 +0300 Subject: [PATCH 08/22] modify the simple file --- .github/workflows/simple.yml | 28 ++++++---------------------- 1 file changed, 6 insertions(+), 22 deletions(-) diff --git a/.github/workflows/simple.yml b/.github/workflows/simple.yml index 70cfb17..3562f66 100644 --- a/.github/workflows/simple.yml +++ b/.github/workflows/simple.yml @@ -1,30 +1,14 @@ -name: Shell Commands +name: Shell Commands on: [push] jobs: - run-shell-command: + run-shell-commands: runs-on: ubuntu-latest - steps: + steps: - name: echo a string run: echo "Hello World" - - name: multiline script - run: | - node -v - npm -v - - name: script - run: echo "Hello Anca" - - name: python command + - name: multiline script run: | - import platform - print - (platform.processor()) - shell: python - run-windows-command: - runs-on: windows-latest - steps: - - name: Directory PowerShell - run: Get-Location - - name: Directrory Bash - run: pwd - shell: bash \ No newline at end of file + node -v + npm -v \ No newline at end of file From 3c54494004d1bdac3796b345fc753cfc74de61a7 Mon Sep 17 00:00:00 2001 From: "anca.moroiu21" Date: Fri, 8 Oct 2021 14:50:32 +0300 Subject: [PATCH 09/22] modify the simple file --- .github/workflows/actions.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/actions.yml diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml deleted file mode 100644 index a54176a..0000000 --- a/.github/workflows/actions.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Actions Workflow - -on: [push] - -jobs: - run-github-actions: - runs-on: ubuntu-latest - steps: - - name: List Files - run: - pwd - ls - - name: Simple JS Action - uses: actions/hello-world/javascript-action@v1 - with: - who-to-greet: John \ No newline at end of file From 4fc404035f3f06515b165a0716617c9628324499 Mon Sep 17 00:00:00 2001 From: "anca.moroiu21" Date: Fri, 8 Oct 2021 15:57:13 +0300 Subject: [PATCH 10/22] dskhsak --- .github/workflows/simple.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/simple.yml b/.github/workflows/simple.yml index 3562f66..e60e4f3 100644 --- a/.github/workflows/simple.yml +++ b/.github/workflows/simple.yml @@ -9,6 +9,11 @@ jobs: - name: echo a string run: echo "Hello World" - name: multiline script - run: | + run: | node -v - npm -v \ No newline at end of file + npm -v + - name: python command + run: | + import platform + print(platform.processor()) + shell: python \ No newline at end of file From 21644ac434d021ad6371a34a4056e41464f3cf36 Mon Sep 17 00:00:00 2001 From: "anca.moroiu21" Date: Fri, 8 Oct 2021 16:28:43 +0300 Subject: [PATCH 11/22] a new file --- .github/actions.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/actions.yml diff --git a/.github/actions.yml b/.github/actions.yml new file mode 100644 index 0000000..2d6a466 --- /dev/null +++ b/.github/actions.yml @@ -0,0 +1,15 @@ +name: actions workflow + +on: [push] + +job: + run-github-actions: + runs-on: ubuntu-latest + steps: + - name: Simple JS Action + id: greet + uses: actions/hello-world-javascript-action@v1 + with: + who-to-greet: John + - name: Log Greeting Time + run: echo "${{steps.greet.outputs.time}}" \ No newline at end of file From 87ac974c6f9e85a0a56731289926a5b4793297d2 Mon Sep 17 00:00:00 2001 From: "anca.moroiu21" Date: Fri, 8 Oct 2021 16:32:16 +0300 Subject: [PATCH 12/22] adding actions.yml file --- .github/{ => workflows}/actions.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{ => workflows}/actions.yml (100%) diff --git a/.github/actions.yml b/.github/workflows/actions.yml similarity index 100% rename from .github/actions.yml rename to .github/workflows/actions.yml From 9eb323d341f02fc2a7ca316129c054cb4a435aef Mon Sep 17 00:00:00 2001 From: "anca.moroiu21" Date: Fri, 8 Oct 2021 16:33:17 +0300 Subject: [PATCH 13/22] adding actions.yml file --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 2d6a466..714b1fa 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -2,7 +2,7 @@ name: actions workflow on: [push] -job: +jobs: run-github-actions: runs-on: ubuntu-latest steps: From 3e0ec9730885dce60f3c4b52331da5b0a366093c Mon Sep 17 00:00:00 2001 From: "anca.moroiu21" Date: Fri, 8 Oct 2021 17:00:40 +0300 Subject: [PATCH 14/22] adding actions.yml file --- .github/workflows/actions.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 714b1fa..f55c643 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -6,6 +6,10 @@ jobs: run-github-actions: runs-on: ubuntu-latest steps: + - name: List Files + run: | + pwd + ls - name: Simple JS Action id: greet uses: actions/hello-world-javascript-action@v1 From 7cab9fca030b883531a4bc06f7f95e934612a418 Mon Sep 17 00:00:00 2001 From: "anca.moroiu21" Date: Fri, 8 Oct 2021 17:01:56 +0300 Subject: [PATCH 15/22] adding actions.yml file --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index f55c643..1124036 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -1,4 +1,4 @@ -name: actions workflow +name: Actions Workflow on: [push] From 582789bca7efed5c6b94021a2cfec528d6e41a00 Mon Sep 17 00:00:00 2001 From: "anca.moroiu21" Date: Fri, 8 Oct 2021 17:03:15 +0300 Subject: [PATCH 16/22] adding actions.yml file --- .github/workflows/actions.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 1124036..7472e0c 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -7,9 +7,8 @@ jobs: runs-on: ubuntu-latest steps: - name: List Files - run: | + run: pwd - ls - name: Simple JS Action id: greet uses: actions/hello-world-javascript-action@v1 From 2b8aed267deb6043461e658a90f7846235185345 Mon Sep 17 00:00:00 2001 From: "anca.moroiu21" Date: Fri, 8 Oct 2021 17:05:12 +0300 Subject: [PATCH 17/22] kskds --- .github/workflows/actions.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 7472e0c..216060e 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -7,8 +7,9 @@ jobs: runs-on: ubuntu-latest steps: - name: List Files - run: - pwd + run: | + pwd + ls - name: Simple JS Action id: greet uses: actions/hello-world-javascript-action@v1 From 73e90d789307f1bf8a8278d8e43a599e2d98efd1 Mon Sep 17 00:00:00 2001 From: "anca.moroiu21" Date: Fri, 8 Oct 2021 17:13:11 +0300 Subject: [PATCH 18/22] sdkbfkasakgd --- .github/workflows/actions.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 216060e..b52e422 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -10,6 +10,12 @@ jobs: run: | pwd ls + - name: Checkout + uses: actions/checkout@v1 + - name: List Files After + run: | + pwd + ls - name: Simple JS Action id: greet uses: actions/hello-world-javascript-action@v1 From c2a65a53ac39369c9f77785dd73b9939eb00cbe3 Mon Sep 17 00:00:00 2001 From: "anca.moroiu21" Date: Fri, 8 Oct 2021 17:19:06 +0300 Subject: [PATCH 19/22] ekjsdk --- .github/workflows/actions.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index b52e422..216060e 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -10,12 +10,6 @@ jobs: run: | pwd ls - - name: Checkout - uses: actions/checkout@v1 - - name: List Files After - run: | - pwd - ls - name: Simple JS Action id: greet uses: actions/hello-world-javascript-action@v1 From c3f3bdca5ec1a207a4ccb3bf8eb2373541851f22 Mon Sep 17 00:00:00 2001 From: "anca.moroiu21" Date: Fri, 8 Oct 2021 17:23:32 +0300 Subject: [PATCH 20/22] shbdask --- .github/workflows/actions.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 216060e..b52e422 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -10,6 +10,12 @@ jobs: run: | pwd ls + - name: Checkout + uses: actions/checkout@v1 + - name: List Files After + run: | + pwd + ls - name: Simple JS Action id: greet uses: actions/hello-world-javascript-action@v1 From 7a7c7a0a17cab6dafec47aadfd16637e5c786eff Mon Sep 17 00:00:00 2001 From: "anca.moroiu21" Date: Fri, 8 Oct 2021 17:49:02 +0300 Subject: [PATCH 21/22] sakljlj --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index b52e422..377be01 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -1,6 +1,6 @@ name: Actions Workflow -on: [push] +on: [push, pull_request] jobs: run-github-actions: From 636ad7a07a6873484574afc8d32159756fbf4163 Mon Sep 17 00:00:00 2001 From: "anca.moroiu21" Date: Fri, 8 Oct 2021 18:01:41 +0300 Subject: [PATCH 22/22] new branch --- test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.yml b/test.yml index 51efff2..14e154b 100644 --- a/test.yml +++ b/test.yml @@ -1 +1 @@ -{age: 28, name: Ali} +{age: 28, name: Aliii}