We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ff31f commit c9dce24Copy full SHA for c9dce24
1 file changed
.github/workflows/build-openwrt.yml
@@ -158,7 +158,11 @@ jobs:
158
df -Th
159
echo -e "-----------------------------[System Resource Limits]---------------------------------\n"
160
ulimit -a
161
-
+## ----------------------------------------------------------------- ###
162
+ - name: Show environment
163
+ run: env | grep ^GITHUB
164
+ - name: Show ref
165
+ run: echo "===============> Version from $GITHUB_REF"
166
### ----------------------------------------------------------------- ###
167
- name: HARDWARE_DEVICE
168
run: |
0 commit comments