From 86a57addf979609f8f8720de944ad235bccae2a9 Mon Sep 17 00:00:00 2001 From: TOUCH Yong An Date: Mon, 15 Jan 2024 15:54:58 +0700 Subject: [PATCH] fixed error --- .github/workflows/learn-github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/learn-github-actions.yml b/.github/workflows/learn-github-actions.yml index ed3b081..495aecc 100644 --- a/.github/workflows/learn-github-actions.yml +++ b/.github/workflows/learn-github-actions.yml @@ -8,4 +8,4 @@ jobs: - name: Checkout code from repo uses: actions/checkout@v4 - name: Use local hello-world-action - uses: /.github/actions/hello-world-action + uses: ./.github/actions/hello-world-action