Quellcode durchsuchen

use double instead of single quotes for github workflow

narodnik vor 5 Jahren
Ursprung
Commit
a50dadfd45
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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