Commit f2a081f 1 parent 19c96a6 commit f2a081f Copy full SHA for f2a081f
File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 36
36
if : inputs.checkout-repo == 'true'
37
37
with :
38
38
fetch-depth : 0
39
- persist-credentials : false
40
39
- name : Setup tools
41
40
uses : open-turo/action-setup-tools@v2
42
41
- name : Check for yarn.lock
Original file line number Diff line number Diff line change @@ -62,9 +62,16 @@ outputs:
62
62
runs :
63
63
using : composite
64
64
steps :
65
+ - name : Checkout
66
+ uses : actions/checkout@v4
67
+ if : inputs.checkout-repo == 'true'
68
+ with :
69
+ fetch-depth : ${{ inputs.checkout-fetch-depth }}
70
+ persist-credentials : false
65
71
- name : Build
66
72
uses : open-turo/actions-node/build@v6
67
73
with :
74
+ checkout-repo : false
68
75
npm-auth-token : ${{ inputs.npm-auth-token }}
69
76
npm-token : ${{ inputs.npm-token }}
70
77
s3-bucket-name : ${{ inputs.s3-bucket-name }}
You can’t perform that action at this time.
0 commit comments