File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ jobs:
61
61
needs : publish
62
62
if : success()
63
63
steps :
64
- - name : Checkout xero-node repo
64
+ - name : Checkout xero-pythonrepo
65
65
uses : actions/checkout@v4
66
66
with :
67
- repository : XeroAPI/xero-node
68
- path : xero-node
67
+ repository : XeroAPI/xero-python
68
+ path : xero-python
69
69
70
70
- name : Send slack notification on success
71
- uses : ./xero-node /.github/actions/notify-slack
71
+ uses : ./xero-python /.github/actions/notify-slack
72
72
with :
73
73
heading_text : " Publish job has succeeded !"
74
74
alert_type : " thumbsup"
@@ -84,14 +84,14 @@ jobs:
84
84
needs : publish
85
85
if : failure()
86
86
steps :
87
- - name : Checkout xero-node repo
87
+ - name : Checkout xero-python repo
88
88
uses : actions/checkout@v4
89
89
with :
90
- repository : XeroAPI/xero-node
91
- path : xero-node
90
+ repository : XeroAPI/xero-python
91
+ path : xero-python
92
92
93
93
- name : Send slack notification on failure
94
- uses : ./xero-node /.github/actions/notify-slack
94
+ uses : ./xero-python /.github/actions/notify-slack
95
95
with :
96
96
heading_text : " Publish job has failed !"
97
97
alert_type : " alert"
You can’t perform that action at this time.
0 commit comments