Skip to content

Commit ca0f008

Browse files
committed
test fail
1 parent 2bdc645 commit ca0f008

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
if: ${{ success() }}
1313
uses: appleboy/[email protected]
1414
with:
15-
webhook_id: ${{ secrets.DISCORD_WEBHOOK_URL }} # it also accepts full URL
15+
webhook_id: ${{ secrets.DISCORD_BOT_WEBHOOK_URL }} # it also accepts full URL
1616
message: |
1717
:) ${{ github.repository }} on `${{ github.ref_name }}`
1818
${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
1919
- name: Notify Discord (success)
2020
if: ${{ failure() }}
2121
uses: appleboy/[email protected]
2222
with:
23-
webhook_id: ${{ secrets.DISCORD_WEBHOOK_URL }} # it also accepts full URL
23+
webhook_id: ${{ secrets.DISCORD_BOT_WEBHOOK_URL }} # it also accepts full URL
2424
message: |
2525
_you have saddened me ${{ github.actor }}_
2626
${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}

setup_scripts/setup_everything_common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sleep 1.0
2525
echo starting with ros2...
2626

2727
#sudo apt update
28-
cd $ROVERFLAKE_ROOT/setup_scripts/
28+
cd $ROVERFLAKE_ROOT/setup_scripts/MEOWMEOW/
2929
bash install_dependencies.sh
3030
bash install-ros2-humble.sh # also runs apt update, if ros2 is not installed
3131

0 commit comments

Comments
 (0)