File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7676 ],
7777 "prettier/prettier" : " error" ,
7878 "spellcheck/spell-checker" : [
79- 1 ,
79+ " off " ,
8080 {
8181 "lang" : " en_GB" ,
8282 "skipWords" : [
Original file line number Diff line number Diff line change @@ -25,15 +25,20 @@ jobs:
2525 - name : Create dist folder if note exists
2626 run : mkdir -p dist
2727
28- - name : generate chart image
28+ - name : generate proverb image
29+ id : proverb-image
2930 uses : ./
3031 with :
31- url : " https://raw.githubusercontent.com/plotly/plotly.js/master/test/image/mocks/5.json"
32- name : " chart"
32+ name : " proverb.svg"
3333 path : " images"
3434 width : 400
3535 height : 400
3636
37+ - name : Ensure the generated file exists
38+ run : |
39+ ls -l ${{ steps.proverb-image.outputs.image }}
40+ test -f ${{ steps.proverb-image.outputs.image }}
41+
3742 - name : Push changes
3843 uses : stefanzweifel/git-auto-commit-action@v4
3944 with :
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ inputs:
3838 name :
3939 description : ' proverbs image name'
4040 required : false
41- default : ' quote '
41+ default : ' proverb '
4242 path :
4343 description : ' proverbs image path'
4444 required : false
You can’t perform that action at this time.
0 commit comments