From acd8dcad52f1d675669a3bd93022ca6b709f6a99 Mon Sep 17 00:00:00 2001 From: Ramon Petgrave Date: Thu, 2 May 2024 16:06:25 +0000 Subject: [PATCH] change name to be more descriptive Signed-off-by: Ramon Petgrave --- .../{post-commit.yml => update-actions-dist-post-commit.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{post-commit.yml => update-actions-dist-post-commit.yml} (98%) diff --git a/.github/workflows/post-commit.yml b/.github/workflows/update-actions-dist-post-commit.yml similarity index 98% rename from .github/workflows/post-commit.yml rename to .github/workflows/update-actions-dist-post-commit.yml index c8d8310..1856684 100644 --- a/.github/workflows/post-commit.yml +++ b/.github/workflows/update-actions-dist-post-commit.yml @@ -10,7 +10,7 @@ # due to our branch protection rules and CODEOWNERS. # It aslso cannot submit a new release or modify exsiting releases due to tag protection rules. -name: Post-Commit +name: Update action dist post-commit permissions: {}