Skip to content

Commit

Permalink
update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
noweh committed Sep 18, 2023
1 parent 4607593 commit eaa4c73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- name: Hello world action step
id: hello
uses: noweh/post-tweet-v2-action@v1
uses: noweh/post-tweet-v2-action@v1.0
with:
message: "Hello world, this is a test!"
consumer-key: ${{ secrets.TWITTER_CONSUMER_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
tweet:
runs-on: ubuntu-latest
steps:
- uses: noweh/post-tweet-v2-action@v1
- uses: noweh/post-tweet-v2-action@v1.0
with:
message: "Hi, this is a test!"
consumer-key: ${{ secrets.TWITTER_CONSUMER_KEY }}
Expand Down

0 comments on commit eaa4c73

Please sign in to comment.