Apply auto-build changes

This commit is contained in:
HaveAGitGat 2023-11-27 07:30:54 +00:00 committed by github-actions[bot]
parent e725cad660
commit b7d7bdd45e
40 changed files with 84 additions and 0 deletions

View file

@ -54,6 +54,7 @@ var details = function () { return ({
icon: '',
inputs: [
{
label: 'File Access Checks',
name: 'fileAccessChecks',
type: 'boolean',
defaultValue: 'false',
@ -67,6 +68,7 @@ var details = function () { return ({
tooltip: 'Will check if input file and cache are readable and writable',
},
{
label: 'Pause Node If Access Checks Fail',
name: 'pauseNodeIfAccessChecksFail',
type: 'boolean',
defaultValue: 'false',