We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 933ec3b commit e35b9fdCopy full SHA for e35b9fd
.github/workflows/nightly-build.yml
@@ -104,7 +104,10 @@ jobs:
104
# TODO: Remove the following a few lines after the test
105
git fetch origin
106
if ((git branch -r) =~ feature/latest) {
107
- git checkout origin/feature/feature/latest wix/main.wxs
+ let assets = [wix/main.wxs]
108
+ print $'Checking out the latest changes from (ansi g)feature/latest(ansi reset):'
109
+ print $assets
110
+ git checkout origin/feature/latest ...$assets
111
}
112
# ----------- REMOVE END OF TESTING ------------------
113
git add .
0 commit comments