Skip to content

Commit

Permalink
adjusted the path
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy_xero committed Oct 16, 2024
1 parent 21d9a67 commit 05bfcbc
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
needs: publish
if: success()
steps:
- name: Checkout xero-node repo
uses: actions/checkout@v4
with:
repository: XeroAPI/xero-node
path: xero-node

- name: Send slack notification on success
uses: ./xero-node/.github/actions/notify-slack
with:
Expand All @@ -54,7 +60,13 @@ jobs:
needs: publish
if: failure()
steps:
- name: Send slack notification
- name: Checkout xero-node repo
uses: actions/checkout@v4
with:
repository: XeroAPI/xero-node
path: xero-node

- name: Send slack notification on failure
uses: ./xero-node/.github/actions/notify-slack
with:
heading_text: "Publish job has failed, Please check the logs"
Expand Down

0 comments on commit 05bfcbc

Please sign in to comment.