From ca57f79e17887899589f42cb3fdc6041e135172a Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Wed, 14 Jul 2021 17:02:29 +0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 928e6ba..1636c2f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,8 +9,11 @@ jobs: runs-on: ubuntu-latest steps: - - name: Starter Docker Test + - + name: Checkout uses: actions/checkout@v2 + - + name: Starter Docker Action Test uses: cubetiq/starter-docker-actions@main with: run: docker version; ls; pwd