From bcfdd28941ac74748bffbc29fa44721b952ec609 Mon Sep 17 00:00:00 2001 From: Fa1thinyourself <136361625+Fa1thinyourself@users.noreply.github.com> Date: Sun, 1 Oct 2023 13:49:18 +0700 Subject: [PATCH 1/3] Create hello.yml --- .github/workflows/hello.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/hello.yml diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml new file mode 100644 index 0000000000..9a15b8c23a --- /dev/null +++ b/.github/workflows/hello.yml @@ -0,0 +1,15 @@ +name: Hello World! + +on: + push: + branches: + - master + # note that your "main" branch might be called main instead of master + +jobs: + hello_world_job: + runs-on: ubuntu-20.04 + steps: + - name: Say hello + run: + echo "Hello World!" From 393def71d3b2ec950df791bf47e39e4f7a61a04c Mon Sep 17 00:00:00 2001 From: Fa1thinyourself <136361625+Fa1thinyourself@users.noreply.github.com> Date: Thu, 5 Oct 2023 09:15:59 +0700 Subject: [PATCH 2/3] Update hello.yml --- .github/workflows/hello.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index 9a15b8c23a..57ddad2aec 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -1,15 +1 @@ -name: Hello World! - -on: - push: - branches: - - master - # note that your "main" branch might be called main instead of master - -jobs: - hello_world_job: - runs-on: ubuntu-20.04 - steps: - - name: Say hello - run: - echo "Hello World!" +\ From 79c79666e00b483e3ffda15872b328b9fd9edf9d Mon Sep 17 00:00:00 2001 From: Fa1thinyourself <136361625+Fa1thinyourself@users.noreply.github.com> Date: Thu, 5 Oct 2023 09:17:06 +0700 Subject: [PATCH 3/3] Update hello.yml --- .github/workflows/hello.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index 57ddad2aec..9a15b8c23a 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -1 +1,15 @@ -\ +name: Hello World! + +on: + push: + branches: + - master + # note that your "main" branch might be called main instead of master + +jobs: + hello_world_job: + runs-on: ubuntu-20.04 + steps: + - name: Say hello + run: + echo "Hello World!"