Skip to content

Commit

Permalink
ci(github): fix join action path (#2220)
Browse files Browse the repository at this point in the history
Fixes join action path.

issue: #2175
  • Loading branch information
corverroos authored Oct 18, 2024
1 parent d5bc956 commit a158a58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-join.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
curl -sSfL https://raw.githubusercontent.com/omni-network/omni/main/scripts/install_omni_cli.sh | bash -s
# init halo and geth
omni operator init-nodes --network=omega --moniker=ci-nightly --home=$(pwd)
$HOME/bin/omni operator init-nodes --network=omega --moniker=ci-nightly --home=$(pwd)
# start halo and geth
docker compose up -d
Expand Down
16 changes: 1 addition & 15 deletions .github/workflows/ci-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,8 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "🚨 CI failed on `${{ github.event.repository.name }}:${{ github.event.workflow.name }}`."
"text": "🚨 `${{ github.event.repository.name }}` CI [failed](${{ github.event.workflow_run.html_url }}): `${{ github.event.workflow.name }}`"
}
},
{
"type": "context",
"elements": [
{
"type": "image",
"image_url": "https://upload.wikimedia.org/wikipedia/commons/4/43/Minimalist_info_Icon.png",
"alt_text": "images"
},
{
"type": "mrkdwn",
"text": "url: ${{ github.event.workflow_run.html_url }}"
}
]
}
]
}
Expand Down

0 comments on commit a158a58

Please sign in to comment.