We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90fd6cf + bdfa1a8 commit c7be5f0Copy full SHA for c7be5f0
1 file changed
.github/workflows/tweet-on-release.yml
@@ -10,7 +10,7 @@ jobs:
10
tweet:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: eomm/why-don-t-you-tweet@v1
+ - uses: eomm/why-don-t-you-tweet@v2
14
if: ${{ !github.event.repository.private }}
15
with:
16
# GitHub event payload
0 commit comments