This is an automated email from the ASF dual-hosted git repository.

baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/main by this push:
     new 866c0fc5e0 [SYSTEMDS-3528] fix indentation of workflow name
866c0fc5e0 is described below

commit 866c0fc5e05e9ac6aa97708911ec138092552ca8
Author: Kyle Krueger <[email protected]>
AuthorDate: Sun Jun 11 20:43:29 2023 +0200

    [SYSTEMDS-3528] fix indentation of workflow name
    
    Closes #1841
---
 .github/workflows/cleanup-transient-artifacts.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/cleanup-transient-artifacts.yml 
b/.github/workflows/cleanup-transient-artifacts.yml
index 8360f00f42..6def7c0a9c 100644
--- a/.github/workflows/cleanup-transient-artifacts.yml
+++ b/.github/workflows/cleanup-transient-artifacts.yml
@@ -29,7 +29,7 @@ on:
 
 jobs:
   on-success:
-  name: Delete transient artifacts of successful workflow
+    name: Delete transient artifacts of successful workflow
     runs-on: ubuntu-latest
     permissions:
       # write permissions required for deleting artifacts

Reply via email to