Skip to content

Commit

Permalink
refactor: move composite tweet article action to .github subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
LayZeeDK committed Dec 7, 2021
1 parent 952a3f1 commit ee243f9
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: ./.github/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: ./.github/actions/tweet-article
with:
rss-author: ${{ on.rss.outputs.author }}
rss-categories: ${{ on.rss.outputs.categories }}
Expand Down

0 comments on commit ee243f9

Please sign in to comment.