Skip to content

Commit

Permalink
Update twitter-together.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IstoraMandiri authored Oct 16, 2022
1 parent c0348eb commit 76cb7bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/twitter-together.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- name: checkout pull request
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
ref: ${{ github.event.pull_request.head.sha }}
- name: Validate Tweets
uses: IstoraMandiri/twitter-together@etc-dev
uses: IstoraMandiri/twitter-together@etc
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tweet:
Expand All @@ -24,7 +24,7 @@ jobs:
- name: checkout main
uses: actions/checkout@v3
- name: Tweet
uses: IstoraMandiri/twitter-together@etc-dev
uses: IstoraMandiri/twitter-together@etc
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
Expand Down

0 comments on commit 76cb7bb

Please sign in to comment.