From 07fa3b6885e9d988b5a3705fa52697f7f3468066 Mon Sep 17 00:00:00 2001 From: Vladislav Kambulov Date: Sat, 30 Mar 2024 11:46:10 +0300 Subject: [PATCH] Update GitHub Actions workflow. --- .github/workflows/update-coder-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-coder-template.yml b/.github/workflows/update-coder-template.yml index 0bf9b0e..52903c9 100644 --- a/.github/workflows/update-coder-template.yml +++ b/.github/workflows/update-coder-template.yml @@ -21,7 +21,7 @@ jobs: uses: matifali/update-coder-template@v3 with: id: coder-php-laravel - dir: coder-php-laravel + dir: ${{ secrets.CODER_DIR }} url: ${{ secrets.CODER_URL }} name: ${{ steps.latest_commit.outputs.hash }} message: ${{ steps.commit_title.outputs.title }}