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 9d22c70 commit d76e65eCopy full SHA for d76e65e
.github/workflows/details-check.yml
@@ -67,6 +67,9 @@ jobs:
67
- name: Display parameters
68
run: grep "startparameters" lgsm/config-default/config-lgsm/${{ matrix.shortname }}server/_default.cfg
69
70
+ - name: Details
71
+ run: LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./${{ matrix.shortname }}server details
72
+
73
- name: Detect details
74
run: LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./${{ matrix.shortname }}server detect-details
75
0 commit comments