Skip to content

Commit c9dce24

Browse files
committed
Build: Show env:
1 parent 32ff31f commit c9dce24

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build-openwrt.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,11 @@ jobs:
158158
df -Th
159159
echo -e "-----------------------------[System Resource Limits]---------------------------------\n"
160160
ulimit -a
161-
161+
## ----------------------------------------------------------------- ###
162+
- name: Show environment
163+
run: env | grep ^GITHUB
164+
- name: Show ref
165+
run: echo "===============> Version from $GITHUB_REF"
162166
### ----------------------------------------------------------------- ###
163167
- name: HARDWARE_DEVICE
164168
run: |

0 commit comments

Comments
 (0)