From 7ef8e99c03c440ace3f686574885630f441d2855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 24 Oct 2023 16:43:56 +0200 Subject: [PATCH] full path for uses --- .gitea/workflows/release_preparation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release_preparation.yaml b/.gitea/workflows/release_preparation.yaml index 85e459d..f8b2e30 100644 --- a/.gitea/workflows/release_preparation.yaml +++ b/.gitea/workflows/release_preparation.yaml @@ -16,7 +16,7 @@ jobs: - name: run composer update to update composer.lock run: composer update - name: commit changed files - uses: stefanzweifel/git-auto-commit-action@v5 + uses: https://github.com/stefanzweifel/git-auto-commit-action@v5 with: commit_message: "update composer.lock and file (automatic update)" commit_user_name: Action Bot