Skip to content

Commit 24fca1d

Browse files
Update create-nightly-installer.yaml
1 parent fc40b14 commit 24fca1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/create-nightly-installer.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- stable
77
- dt_pre*
8+
env:
9+
env_var: "ACTIONS_ALLOW_UNSECURE_COMMANDS"
810

911
jobs:
1012
build-runspace:
@@ -24,4 +26,4 @@ jobs:
2426
uses: stefanzweifel/git-auto-commit-action@v5
2527
with:
2628
commit_message: DISMTools Nightly Installer
27-
if: success()
29+
if: success()

0 commit comments

Comments
 (0)