Skip to content

Commit

Permalink
fix: correct composite tweet article action path
Browse files Browse the repository at this point in the history
  • Loading branch information
LayZeeDK committed Dec 7, 2021
1 parent 952a3f1 commit 40a73b2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion workflows/this-is-angular-rss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Tweet about article
uses: ./actions/tweet-article
uses: ../actions/tweet-article
with:
rss-author: ${{ on.rss.outputs.author }}
rss-categories: ${{ on.rss.outputs.categories }}
Expand Down
2 changes: 1 addition & 1 deletion workflows/this-is-learning-rss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Tweet about article
uses: ./actions/tweet-article
uses: ../actions/tweet-article
with:
rss-author: ${{ on.rss.outputs.author }}
rss-categories: ${{ on.rss.outputs.categories }}
Expand Down

0 comments on commit 40a73b2

Please sign in to comment.