From eaeb602e951f86de4b14f70e93f4428710feaea4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 17:45:03 +0000 Subject: [PATCH] Update nearform-actions/github-action-notify-twitter action to v1.2.1 --- .github/workflows/tweet-nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tweet-nightly.yml b/.github/workflows/tweet-nightly.yml index 63cf9bc12c22..4ae3f7a2dcdc 100644 --- a/.github/workflows/tweet-nightly.yml +++ b/.github/workflows/tweet-nightly.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Tweet - uses: nearform-actions/github-action-notify-twitter@6cf7ffcb3819839a3a51294646c1cc8d7a1f1943 # v1.2.0 + uses: nearform-actions/github-action-notify-twitter@5f60ea13517272e68eac76cd26f5a8f33bf3afaa # v1.2.1 with: message: "🎉 Issue resolved: ${{ github.event.issue.title }} by ${{ github.event.issue.user.login }}\n${{ github.event.issue.html_url }}" twitter-app-key: ${{ secrets.TWITTER_CONSUMER_API_KEY }}