diff --git a/actions/tweet-article.yml b/actions/tweet-article/action.yml similarity index 100% rename from actions/tweet-article.yml rename to actions/tweet-article/action.yml diff --git a/workflows/this-is-angular-rss.yml b/workflows/this-is-angular-rss.yml index 7015c3d..11460ef 100644 --- a/workflows/this-is-angular-rss.yml +++ b/workflows/this-is-angular-rss.yml @@ -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 }} diff --git a/workflows/this-is-learning-rss.yml b/workflows/this-is-learning-rss.yml index 0bb2ba1..be45b6a 100644 --- a/workflows/this-is-learning-rss.yml +++ b/workflows/this-is-learning-rss.yml @@ -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 }}