ソースを参照

add missing dollar sign

narodnik 5 年 前
コミット
a3a06b1201
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .github/workflows/matrix-commit-message.yml

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

@@ -13,7 +13,7 @@ jobs:
           status: 'OK'
           status: 'OK'
           user: 'narodnik'
           user: 'narodnik'
           password: ${{ secrets.MATRIX_PASSWORD }}
           password: ${{ secrets.MATRIX_PASSWORD }}
-          message: Bob the builder {{ github.sha }}
+          message: Bob the builder ${{ github.sha }}
           #- name: Send message to test channel
           #- name: Send message to test channel
           #  id: matrix-chat-message
           #  id: matrix-chat-message
           #  uses: fadenb/matrix-chat-message@v0.0.6
           #  uses: fadenb/matrix-chat-message@v0.0.6