Skip to content

Commit

Permalink
fix: action description
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Jul 9, 2022
1 parent cf070db commit d3524b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions actions/pipeline-config-scrapper/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Hello World'
description: 'Greet someone and record the time'
name: 'Pipeline Config Scrapper'
description: 'Analize current event trigger and indicates paths and configs'
inputs: {}
outputs:
time: # id of output
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"commit": "git pull && git commit --allow-empty -am \"fix: empty commit for testing\" && git push",
"build": "npm run build:pipeline-config-scrapper",
"build:pipeline-config-scrapper": "ncc build src/actions/pipeline-config-scrapper/index.js -m -o actions/pipeline-config-scrapper --license licenses.txt"
"build:pipeline-config-scrapper": "ncc build src/actions/pipeline-config-scrapper/index.js -m -o actions/pipeline-config-scrapper --license licenses.txt && rm actions/pipeline-config-scrapper/action.yml && cp src/actions/pipeline-config-scrapper/action.yml actions/pipeline-config-scrapper/action.yml"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/actions/pipeline-config-scrapper/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Hello World'
description: 'Greet someone and record the time'
name: 'Pipeline Config Scrapper'
description: 'Analize current event trigger and indicates paths and configs'
inputs: {}
outputs:
time: # id of output
Expand Down

0 comments on commit d3524b9

Please sign in to comment.