瀏覽代碼

use double instead of single quotes for github workflow

narodnik 5 年之前
父節點
當前提交
a50dadfd45
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/matrix-commit-message.yml

+ 1 - 1
.github/workflows/matrix-commit-message.yml

@@ -7,7 +7,7 @@ jobs:
     steps:
       - run: |
           for i in ${{ join(github.event.commits.*.id, ' ') }}; do
-            echo '::set-output name=COMMIT_MESSAGE::$i'
+            echo "::set-output name=COMMIT_MESSAGE::$i"
           done
         id: commit-message
       - uses: narodnik/matrix-action@main