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 634cc6d commit 324207bCopy full SHA for 324207b
.github/workflows/generate-motd.yaml
@@ -24,14 +24,15 @@ jobs:
24
uses: actions/checkout@v4
25
with:
26
repository: "armbian/os"
27
- ref: motd
28
fetch-depth: 0
29
path: os
30
31
- name: "Generate file"
32
run: |
33
34
cat os/motd.json | jq '.[] | .expiration,.message,.url' | xargs -n3 -d'\n' | sed -e 's/" "/|/' | sed "s/\"//g" > quotes.txt
+ # Get random application from armbion-config TBD: json structure needs primary field, so we only display top level info
35
+ # cat lib/armbian-config/config.jobs.json | jq -c '.menu[] | select(.id=="Software") .sub[] | select(.id=="Media") .sub[]' | shuf -n 1
36
37
- name: Commit changes if any
38
0 commit comments