Bläddra i källkod

try using git checkout

narodnik 5 år sedan
förälder
incheckning
1f593ddc55
1 ändrade filer med 2 tillägg och 0 borttagningar
  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
     name: Send message via Matrix
     steps:
+      - name: checkout
+        uses: actions/checkout@v2
       - run: |
           ALL_MSGS=""
           for i in ${{ join(github.event.commits.*.id, ' ') }}; do