Skip to content

Commit f21cd54

Browse files
committed
ci: add cache disable flag
1 parent 4c5719b commit f21cd54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/deploy-ubuntu/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ inputs:
1010
publish:
1111
description: 'Publish the release'
1212
default: 'true'
13+
disable-cache:
14+
description: 'Disable cache'
15+
default: 'false'
1316
runs:
1417
using: composite
1518
steps:

0 commit comments

Comments
 (0)