From 40a73b25b9730fd33881d9ef42cdbfe06c6c4204 Mon Sep 17 00:00:00 2001 From: Lars Gyrup Brink Nielsen Date: Tue, 7 Dec 2021 22:43:07 +0100 Subject: [PATCH] fix: correct composite tweet article action path --- actions/{tweet-article.yml => tweet-article/action.yml} | 0 workflows/this-is-angular-rss.yml | 2 +- workflows/this-is-learning-rss.yml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename actions/{tweet-article.yml => tweet-article/action.yml} (100%) 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 }}