File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ describe('main', () => {
41
41
it ( 'should run through the commands' , async ( ) => {
42
42
Object . assign ( action , {
43
43
repositoryPath : 'JamesIves/github-pages-deploy-action' ,
44
- folder : '.github/assets ' ,
44
+ folder : '.github/docs ' ,
45
45
branch : 'branch' ,
46
46
token : '123' ,
47
47
hostname : 'github.com' ,
@@ -62,7 +62,7 @@ describe('main', () => {
62
62
Object . assign ( action , {
63
63
hostname : 'github.com' ,
64
64
repositoryPath : 'JamesIves/github-pages-deploy-action' ,
65
- folder : '.github/assets ' ,
65
+ folder : '.github/docs ' ,
66
66
branch : 'branch' ,
67
67
token : '123' ,
68
68
sshKey : true ,
@@ -81,7 +81,7 @@ describe('main', () => {
81
81
it ( 'should throw if an error is encountered' , async ( ) => {
82
82
Object . assign ( action , {
83
83
hostname : 'github.com' ,
84
- folder : '.github/assets ' ,
84
+ folder : '.github/docs ' ,
85
85
branch : 'branch' ,
86
86
token : null ,
87
87
sshKey : null ,
You can’t perform that action at this time.
0 commit comments