فهرست منبع

try again with github workflow...

narodnik 5 سال پیش
والد
کامیت
cac1340f19
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/matrix-commit-message.yml

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

@@ -6,7 +6,7 @@ jobs:
     name: Send message via Matrix
     name: Send message via Matrix
     steps:
     steps:
       - run: |
       - run: |
-          commits=${{ join(github.event.commits.\*.id, ' ') }}
+          commits=${{ join(github.event.commits.*.id, ' ') }}
           echo '::set-output name=COMMIT_MESSAGE::$commits'
           echo '::set-output name=COMMIT_MESSAGE::$commits'
         id: commit-message
         id: commit-message
       - uses: narodnik/matrix-action@main
       - uses: narodnik/matrix-action@main