File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3131 type : string
3232 description : The working directory where the script will run from.
3333 required : false
34- default : ${{ github.workspace }}
34+ default : ' . '
3535
3636permissions :
3737 contents : read # to checkout the repo
Original file line number Diff line number Diff line change 3131 type : string
3232 description : The working directory where the script will run from.
3333 required : false
34- default : ${{ github.workspace }}
34+ default : ' . '
3535
3636permissions :
3737 contents : read # to checkout the repository
Original file line number Diff line number Diff line change 2727 type : string
2828 description : The working directory where the script will run from.
2929 required : false
30- default : ${{ github.workspace }}
30+ default : ' . '
3131
3232permissions :
3333 contents : read # to checkout the repo
Original file line number Diff line number Diff line change 2727 type : string
2828 description : The working directory where the script will run from.
2929 required : false
30- default : ${{ github.workspace }}
30+ default : ' . '
3131
3232permissions :
3333 contents : read # to checkout the repo
Original file line number Diff line number Diff line change 2727 type : string
2828 description : The working directory where the script will run from.
2929 required : false
30- default : ${{ github.workspace }}
30+ default : ' . '
3131
3232 outputs :
3333 TestSuites :
Original file line number Diff line number Diff line change 6666 type : string
6767 description : The working directory where the script will run from.
6868 required : false
69- default : ${{ github.workspace }}
69+ default : ' . '
7070
7171env :
7272 TEST_APP_ENT_CLIENT_ID : ${{ secrets.TEST_APP_ENT_CLIENT_ID }}
Original file line number Diff line number Diff line change 7676 type : string
7777 description : The working directory where the script will run from.
7878 required : false
79- default : ${{ github.workspace }}
79+ default : ' . '
8080
8181env :
8282 TEST_APP_ENT_CLIENT_ID : ${{ secrets.TEST_APP_ENT_CLIENT_ID }}
Original file line number Diff line number Diff line change 4444 type : string
4545 description : The working directory where the script will run from.
4646 required : false
47- default : ${{ github.workspace }}
47+ default : ' . '
4848
4949permissions :
5050 contents : read # to checkout the repo and create releases on the repo
You can’t perform that action at this time.
0 commit comments