Commit f4747db 1 parent 013dd06 commit f4747db Copy full SHA for f4747db
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ if [ "$(git diff --ignore-space-at-eol dist/ | wc -l)" -gt "0" ]; then
5
5
echo
6
6
echo changes to action source code were detected
7
7
echo action source code changes are added to this commit
8
- git add index.js src/ping.js dist
8
+ git add index.js src/ping.js dist action.yml
9
9
fi
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ inputs:
91
91
description : ' Whether or not to silence any Cypress specific output from stdout'
92
92
required : false
93
93
component :
94
- description : " Lets the action know that Cypress is running component tests and not e2e tests"
94
+ description : ' Lets the action know that Cypress is running component tests and not e2e tests'
95
95
required : false
96
96
default : false
97
97
outputs :
Original file line number Diff line number Diff line change 12
12
"scripts" : {
13
13
"test" : " echo \" There are no tests :(\" " ,
14
14
"build" : " ncc build -o dist index.js" ,
15
- "format" : " prettier --write index.js src/ping.js" ,
15
+ "format" : " prettier --write index.js src/ping.js action.yml " ,
16
16
"lint" : " eslint" ,
17
17
"check:markdown" : " find *.md docs/*.md -print0 | xargs -0 -n1 markdown-link-check" ,
18
18
"update:cypress" : " ./scripts/update-cypress-latest.sh" ,
You can’t perform that action at this time.
0 commit comments