From f8f4c1c8a4a3d44d7866ec30f6661bef347bdb0c Mon Sep 17 00:00:00 2001 From: HassanBahati Date: Mon, 14 Oct 2024 11:14:55 +0300 Subject: [PATCH] fix: hello action --- .github/workflows/hello.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index de213db..4152bd3 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -8,4 +8,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: ./action \ No newline at end of file + - uses: action \ No newline at end of file