Răsfoiți Sursa

try using git checkout

narodnik 5 ani în urmă
părinte
comite
1f593ddc55
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      .github/workflows/matrix-commit-message.yml

+ 2 - 0
.github/workflows/matrix-commit-message.yml

@@ -5,6 +5,8 @@ jobs:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     name: Send message via Matrix
     name: Send message via Matrix
     steps:
     steps:
+      - name: checkout
+        uses: actions/checkout@v2
       - run: |
       - run: |
           ALL_MSGS=""
           ALL_MSGS=""
           for i in ${{ join(github.event.commits.*.id, ' ') }}; do
           for i in ${{ join(github.event.commits.*.id, ' ') }}; do