From 8af2d96409ddf139fb65dbd56909200d23cc1e9d Mon Sep 17 00:00:00 2001 From: Rohit Date: Tue, 26 Mar 2024 19:30:56 +0530 Subject: [PATCH 1/5] add workflows directory --- .github/{ => .workflows}/demo.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{ => .workflows}/demo.yaml (100%) diff --git a/.github/demo.yaml b/.github/.workflows/demo.yaml similarity index 100% rename from .github/demo.yaml rename to .github/.workflows/demo.yaml From f1888887298432984cdd37b34ff480aa54a828b5 Mon Sep 17 00:00:00 2001 From: Rohit Date: Tue, 26 Mar 2024 19:32:22 +0530 Subject: [PATCH 2/5] update name --- .github/.workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/.workflows/demo.yaml b/.github/.workflows/demo.yaml index 15a61d6..7519db2 100644 --- a/.github/.workflows/demo.yaml +++ b/.github/.workflows/demo.yaml @@ -1,4 +1,4 @@ -name: GitHub Actions Demo +name: GitHub Actions Demo-1 run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 on: [push] jobs: From 1c2bcfae48366a12a2258210c4e4589b60451318 Mon Sep 17 00:00:00 2001 From: Rohit Date: Tue, 26 Mar 2024 19:35:41 +0530 Subject: [PATCH 3/5] add ci/cd config --- .github/{.workflows => workflows}/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/{.workflows => workflows}/demo.yaml (96%) diff --git a/.github/.workflows/demo.yaml b/.github/workflows/demo.yaml similarity index 96% rename from .github/.workflows/demo.yaml rename to .github/workflows/demo.yaml index 7519db2..15a61d6 100644 --- a/.github/.workflows/demo.yaml +++ b/.github/workflows/demo.yaml @@ -1,4 +1,4 @@ -name: GitHub Actions Demo-1 +name: GitHub Actions Demo run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 on: [push] jobs: From f874a0674214d618a7e6eef01933e1e471186b0b Mon Sep 17 00:00:00 2001 From: Rohit Date: Tue, 26 Mar 2024 19:37:11 +0530 Subject: [PATCH 4/5] update name --- .github/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/demo.yaml b/.github/workflows/demo.yaml index 15a61d6..7519db2 100644 --- a/.github/workflows/demo.yaml +++ b/.github/workflows/demo.yaml @@ -1,4 +1,4 @@ -name: GitHub Actions Demo +name: GitHub Actions Demo-1 run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 on: [push] jobs: From 92a61d87ff18bfef8e683788f71a12d4f3bc3fab Mon Sep 17 00:00:00 2001 From: Rohit S Date: Wed, 27 Mar 2024 08:14:46 +0530 Subject: [PATCH 5/5] update config name --- .github/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/demo.yaml b/.github/workflows/demo.yaml index 7519db2..60602c5 100644 --- a/.github/workflows/demo.yaml +++ b/.github/workflows/demo.yaml @@ -1,4 +1,4 @@ -name: GitHub Actions Demo-1 +name: GitHub Actions - list files in the repository run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 on: [push] jobs: