From 6b2c777f4b31390e050946f6028e39d425471d0f Mon Sep 17 00:00:00 2001 From: nikhilmulinti-egov Date: Mon, 18 Dec 2023 14:10:23 +0530 Subject: [PATCH] Fix bug in login functionality --- .github/workflows/github-actions-demo.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/github-actions-demo.yml diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml new file mode 100644 index 00000000000..e8e836081c0 --- /dev/null +++ b/.github/workflows/github-actions-demo.yml @@ -0,0 +1,18 @@ +name: List Files + +on: + push: + branches: + - githubactions-deploy + +jobs: + list_files: + runs-on: ubuntu-latest + + steps: + - name: Checkout Repository + uses: actions/checkout@v2 + + - name: + List Files + run: ls -R