Skip to content

Commit

Permalink
ci: corrected the path
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy_xero committed Oct 21, 2024
1 parent 404f869 commit 526c7b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@ jobs:
needs: build
if: failure()
steps:
- name: Checkout xero-node repo
- name: Checkout Xero-NetStandard repo
uses: actions/checkout@v4
with:
repository: XeroAPI/xero-node
path: xero-node
repository: XeroAPI/Xero-NetStandard
path: Xero-NetStandard

- name: Send slack notification on failure
uses: ./xero-node/.github/actions/notify-slack
uses: ./Xero-NetStandard/.github/actions/notify-slack
with:
heading_text: "Publish job has failed !"
alert_type: "alert"
Expand Down

0 comments on commit 526c7b0

Please sign in to comment.