We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 910e767 commit 7ab5485Copy full SHA for 7ab5485
.github/workflows/auto-update-app-headers.yml
@@ -32,6 +32,9 @@ jobs:
32
BRANCH_NAME="update-app-headers-$(date +'%Y-%m-%d-%H-%M-%S')"
33
git checkout -b "$BRANCH_NAME"
34
echo "Created and switched to branch $BRANCH_NAME"
35
+
36
+ - name: Install figlet
37
+ run: sudo apt-get install -y figlet
38
39
# Step 4: Run the generate-app-headers.sh script to update .app-headers
40
- name: Run generate-app-headers.sh to update .app-headers
0 commit comments