issues Search Results · repo:ethomson/send-tweet-action language:TypeScript
Filter by
9 results
(60 ms)9 results
inethomson/send-tweet-action (press backspace or delete to remove)Not exactly clear what s involved or what the timeline is from Twitter but could you update this to use the v2 API
endpoint or make a second function to do that? (with bearer token instead of consumer? ...
chrisfizik
- 6
- Opened on Apr 25, 2023
- #28
Hi, Usage of this action currently logs following warning:
Node.js 12 actions are deprecated. For more information see:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. ...
raoulvdberge
- Opened on Dec 29, 2022
- #25
/home/runner/work/_actions/ethomson/send-tweet-action/v1.0.0/dist/index.js:4841
throw error;
^
[
{
message: You currently have Essential access which includes ...
unobatbayar
- 1
- Opened on Dec 2, 2022
- #22
Using this action for the first time leads to:
{
message: You currently have Essential access which includes access to Twitter API v2 endpoints only. If you need access to this endpoint, you’ll ...
Eomm
- 5
- Opened on Nov 21, 2021
- #19
christian-draeger
- Opened on Apr 1, 2021
- #11
Trying to send a tweet on push using the default example:
name: Send a Tweet
on: [push]
jobs:
tweet:
runs-on: ubuntu-latest
steps:
- uses: ethomson/send-tweet-action@v1
with:
...
joshuaiz
- 6
- Opened on Jan 10, 2021
- #9
I want to use the environment variable some thing like this:-
- name : Publish the release announce on Twitter
uses: ethomson/send-tweet-action@v1
with:
status: Checkout our latest release ...
riprasad
- 4
- Opened on Aug 5, 2020
- #7
It s there a way to add break lines on message or images from an URL?
Message supports emogis?
equiman
- 1
- Opened on Apr 19, 2020
- #5
From my CI, I retrieve the project release with ${{ steps.package.outputs.version }}
I would like to make a tweet including the release number, how should i do it ?
status: Tading bot ${{ steps.package.outputs.version ...
straumat
- 2
- Opened on Mar 27, 2020
- #3

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.