use double instead of single quotes for github workflow

This commit is contained in:
narodnik
2021-03-17 15:17:52 +01:00
parent 9a32e7e85e
commit a50dadfd45

View File

@@ -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