Skip to content

Commit 40a73b2

Browse files
committed
fix: correct composite tweet article action path
1 parent 952a3f1 commit 40a73b2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

workflows/this-is-angular-rss.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Tweet about article
13-
uses: ./actions/tweet-article
13+
uses: ../actions/tweet-article
1414
with:
1515
rss-author: ${{ on.rss.outputs.author }}
1616
rss-categories: ${{ on.rss.outputs.categories }}

workflows/this-is-learning-rss.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Tweet about article
13-
uses: ./actions/tweet-article
13+
uses: ../actions/tweet-article
1414
with:
1515
rss-author: ${{ on.rss.outputs.author }}
1616
rss-categories: ${{ on.rss.outputs.categories }}

0 commit comments

Comments
 (0)