Parcourir la source

try again with github workflow...

narodnik il y a 5 ans
Parent
commit
cac1340f19
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
     steps:
       - run: |
-          commits=${{ join(github.event.commits.\*.id, ' ') }}
+          commits=${{ join(github.event.commits.*.id, ' ') }}
           echo '::set-output name=COMMIT_MESSAGE::$commits'
         id: commit-message
       - uses: narodnik/matrix-action@main