We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34184f9 commit 07e672eCopy full SHA for 07e672e
.github/workflows/build.yml
@@ -76,5 +76,5 @@ jobs:
76
docker image ls -a
77
78
- name: Run and package
79
- run: ./run-and-package.sh builder-image:latest ./emacs-src BUILD_WITH_X11=${{ matrix.build_with_x11 }} BUILD_RUN_AUTOGEN=${{ fromJSON(matrix.source).repo && "yes" || "no" }}
+ run: ./run-and-package.sh builder-image:latest ./emacs-src BUILD_WITH_X11=${{ matrix.build_with_x11 }} BUILD_RUN_AUTOGEN=${{ fromJSON(matrix.source).repo && 'yes' || 'no' }}
80
0 commit comments