From b12bb2c9974b22d0223d246b680181d79a784c4c Mon Sep 17 00:00:00 2001 From: devthejo Date: Fri, 17 Nov 2023 10:39:24 +0100 Subject: [PATCH] fix: git commit --- uptag/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uptag/action.yaml b/uptag/action.yaml index ebb9ae9..e6d816b 100644 --- a/uptag/action.yaml +++ b/uptag/action.yaml @@ -35,5 +35,5 @@ runs: git config user.name "forgejo-actions" git config user.email "bot@devthefuture.org" git add . - git commit --allow-empty -m "chore: update image tag to ${GITHUB_REF#refs/tags/}" + git commit --allow-empty -m "chore: update image tag to $TAG" git push origin HEAD \ No newline at end of file