فهرست منبع

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