Skip to content

Commit

Permalink
remove inexisten variable version from send-tweet github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Aug 21, 2023
1 parent 2294140 commit f4c9057
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
consumer_key=os.getenv("TWITTER_CONSUMER_KEY"),
consumer_secret=os.getenv("TWITTER_CONSUMER_SECRET"),
)
version = os.getenv("VERSION").strip('"')
tweet = os.getenv("TWEET").format(version=version)
tweet = os.getenv("TWEET")
client.create_tweet(text=tweet)
env:
TWEET: |
Expand Down

0 comments on commit f4c9057

Please sign in to comment.