From 7ab5485fc3e278e61df4fba5879d18fdf0c4db77 Mon Sep 17 00:00:00 2001
From: CanbiZ <47820557+MickLesk@users.noreply.github.com>
Date: Tue, 14 Jan 2025 14:51:19 +0100
Subject: [PATCH] Update auto-update-app-headers.yml

---
 .github/workflows/auto-update-app-headers.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/auto-update-app-headers.yml b/.github/workflows/auto-update-app-headers.yml
index 28e510d24..5993efc3a 100644
--- a/.github/workflows/auto-update-app-headers.yml
+++ b/.github/workflows/auto-update-app-headers.yml
@@ -32,6 +32,9 @@ jobs:
           BRANCH_NAME="update-app-headers-$(date +'%Y-%m-%d-%H-%M-%S')"
           git checkout -b "$BRANCH_NAME"
           echo "Created and switched to branch $BRANCH_NAME"
+          
+      - name: Install figlet
+        run: sudo apt-get install -y figlet
 
       # Step 4: Run the generate-app-headers.sh script to update .app-headers
       - name: Run generate-app-headers.sh to update .app-headers