Skip to content

Commit 7ab5485

Browse files
authored
Update auto-update-app-headers.yml
1 parent 910e767 commit 7ab5485

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/auto-update-app-headers.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
BRANCH_NAME="update-app-headers-$(date +'%Y-%m-%d-%H-%M-%S')"
3333
git checkout -b "$BRANCH_NAME"
3434
echo "Created and switched to branch $BRANCH_NAME"
35+
36+
- name: Install figlet
37+
run: sudo apt-get install -y figlet
3538

3639
# Step 4: Run the generate-app-headers.sh script to update .app-headers
3740
- name: Run generate-app-headers.sh to update .app-headers

0 commit comments

Comments
 (0)