We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952a3f1 commit ee243f9Copy full SHA for ee243f9
3 files changed
actions/tweet-article.yml .github/actions/tweet-article.ymlactions/tweet-article.yml renamed to .github/actions/tweet-article.yml
workflows/this-is-angular-rss.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Tweet about article
13
- uses: ./actions/tweet-article
+ uses: ./.github/actions/tweet-article
14
with:
15
rss-author: ${{ on.rss.outputs.author }}
16
rss-categories: ${{ on.rss.outputs.categories }}
workflows/this-is-learning-rss.yml
0 commit comments