From 43caa1cb1ddf0469507c9dc57fd1ee7af3f0ee3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=B9i=20=C4=90=E1=BB=A9c=20Hi=E1=BB=81n?= <54226198+buihien224@users.noreply.github.com> Date: Sat, 2 Mar 2024 19:34:42 +0700 Subject: [PATCH] Delete .github/workflows/test --- .github/workflows/test | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/test diff --git a/.github/workflows/test b/.github/workflows/test deleted file mode 100644 index c6f11c8..0000000 --- a/.github/workflows/test +++ /dev/null @@ -1,19 +0,0 @@ -name: Get Last Commit Name - -on: - push: - branches: - - main - -jobs: - get_commit_name: - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v2 - - - name: Get last commit name - run: | - COMMIT_NAME=$(git log -1 --pretty=format:"%s") - echo "Last commit name: $COMMIT_NAME"