Skip to content

Commit

Permalink
fix: v1.x is now v2
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Sep 17, 2022
1 parent 8a27bc0 commit b15627d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
merge_schedule:
runs-on: ubuntu-latest
steps:
- uses: gr2m/merge-schedule-action@v1.x
- uses: gr2m/merge-schedule-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The Twitter Ads API we currently use is the `v8` version.
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: twitter-together/action@v1.x
- uses: twitter-together/action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tweet:
Expand All @@ -62,7 +62,7 @@ The Twitter Ads API we currently use is the `v8` version.
- name: checkout main
uses: actions/checkout@v3
- name: Tweet
uses: twitter-together/action@v1.x
uses: twitter-together/action@v2
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 @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: twitter-together/action@v1.x
- uses: twitter-together/action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tweet:
Expand All @@ -32,7 +32,7 @@ jobs:
- name: checkout main
uses: actions/checkout@v3
- name: Tweet
uses: twitter-together/action@v1.x
uses: twitter-together/action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions docs/03-apply-for-access-to-the-twitter-ads-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: twitter-together/action@v1.x
- uses: twitter-together/action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tweet:
Expand All @@ -124,7 +124,7 @@ jobs:
- name: checkout main
uses: actions/checkout@v3
- name: Tweet
uses: twitter-together/action@v1.x
uses: twitter-together/action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
Expand Down

0 comments on commit b15627d

Please sign in to comment.