Skip to content

Commit 07e672e

Browse files
committed
fix yaml
1 parent 34184f9 commit 07e672e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ jobs:
7676
docker image ls -a
7777
7878
- 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" }}
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' }}
8080

0 commit comments

Comments
 (0)