Ryan Chandler 4 年之前
父节点
当前提交
bce960e51c
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      .github/workflows/tweet-release.yml

+ 4 - 1
.github/workflows/tweet-release.yml

@@ -9,7 +9,10 @@ jobs:
     steps:
     steps:
       - uses: ethomson/send-tweet-action@v1
       - uses: ethomson/send-tweet-action@v1
         with:
         with:
-          status: "Hi, this is a test!"
+          status: >
+            Hi there. I'm testing some of this stuff.
+
+            This should have multiple lines in Twitter. Cool.
           consumer-key: ${{ secrets.TWITTER_CONSUMER_API_KEY }}
           consumer-key: ${{ secrets.TWITTER_CONSUMER_API_KEY }}
           consumer-secret: ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
           consumer-secret: ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
           access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }}
           access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }}