Browse Source

use double instead of single quotes for github workflow

narodnik 5 năm trước cách đây
mục cha
commit
a50dadfd45
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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