Skip to content

Commit

Permalink
Marketplace requires action.yml to be in the root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Bellangelo committed Aug 24, 2024
1 parent 2f798dd commit f8d72b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/replace-keywords.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Run the Node.js action to replace keywords
id: replace-keywords
uses: ./src
uses: ./action.yml
with:
comment-body: "${{ github.event.comment.body }}"

Expand Down
2 changes: 1 addition & 1 deletion src/action.yml → action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ outputs:
description: 'The updated comment body with keywords replaced.'
runs:
using: 'node20'
main: 'index.js'
main: 'src/index.js'

0 comments on commit f8d72b0

Please sign in to comment.