Skip to content

Commit

Permalink
docs: @v1 -> @v1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Oct 3, 2019
1 parent 79897fa commit c878f90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ You can submit a tweet to this repository to see the magic happen. Please follow
name: Preview
if: github.event_name == 'pull_request'
steps:
- uses: gr2m/twitter-together@v1
- uses: gr2m/twitter-together@v1.x
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tweet:
name: Tweet
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps:
- uses: gr2m/twitter-together@v1
- uses: gr2m/twitter-together@v1.x
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions docs/02-create-twitter-together-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
name: Preview
if: github.event_name == 'pull_request'
steps:
- uses: gr2m/twitter-together@v1
- uses: gr2m/twitter-together@v1.x
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tweet:
name: Tweet
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps:
- uses: gr2m/twitter-together@v1
- uses: gr2m/twitter-together@v1.x
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
Expand Down

0 comments on commit c878f90

Please sign in to comment.