Skip to content

Commit 6de95be

Browse files
author
sangeet-joy_xero
committed
ci: corrected the checkout path
1 parent 13062f3 commit 6de95be

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/publish.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ jobs:
6161
needs: publish
6262
if: success()
6363
steps:
64-
- name: Checkout xero-node repo
64+
- name: Checkout xero-pythonrepo
6565
uses: actions/checkout@v4
6666
with:
67-
repository: XeroAPI/xero-node
68-
path: xero-node
67+
repository: XeroAPI/xero-python
68+
path: xero-python
6969

7070
- name: Send slack notification on success
71-
uses: ./xero-node/.github/actions/notify-slack
71+
uses: ./xero-python/.github/actions/notify-slack
7272
with:
7373
heading_text: "Publish job has succeeded !"
7474
alert_type: "thumbsup"
@@ -84,14 +84,14 @@ jobs:
8484
needs: publish
8585
if: failure()
8686
steps:
87-
- name: Checkout xero-node repo
87+
- name: Checkout xero-python repo
8888
uses: actions/checkout@v4
8989
with:
90-
repository: XeroAPI/xero-node
91-
path: xero-node
90+
repository: XeroAPI/xero-python
91+
path: xero-python
9292

9393
- name: Send slack notification on failure
94-
uses: ./xero-node/.github/actions/notify-slack
94+
uses: ./xero-python/.github/actions/notify-slack
9595
with:
9696
heading_text: "Publish job has failed !"
9797
alert_type: "alert"

0 commit comments

Comments
 (0)