File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 27
27
CUSTOM_PACKAGES_SH : ${{ github.workspace }}/custom-packages.sh
28
28
CUSTOM_CONFIG_SH : ${{ github.workspace }}/custom-config.sh
29
29
TZ : Asia/Shanghai
30
+ DEVICE_NAME : unknown
31
+ FILE_DATE : unknown
32
+ FIRMWARE : unknown
30
33
31
34
jobs :
32
35
build :
@@ -154,15 +157,17 @@ jobs:
154
157
body_path : ${{ env.BUILD_ROOT }}/SHA256SUMS
155
158
156
159
- name : Delete workflow runs
160
+ if : always()
157
161
uses : Mattraks/delete-workflow-runs@main
158
162
with :
159
- retain_days : 1
160
- keep_minimum_runs : 3
163
+ retain_days : 3
164
+ keep_minimum_runs : 5
161
165
162
166
- name : Remove old Releases
167
+ if : always()
163
168
uses : dev-drprasad/delete-older-releases@master
164
169
with :
165
- keep_latest : 3
170
+ keep_latest : 5
166
171
delete_tags : true
167
172
env :
168
173
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments