Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoCeratto committed Oct 6, 2023
1 parent 6b6d436 commit 5f74d1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_new_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:

- name: Notify success
if: ${{ success() }}
run: curl -s -d "CI: API OK 😄" https://ntfy.sh/ooni-7aGhaS
run: curl -s -d "CI API OK 😄" https://ntfy.sh/ooni-7aGhaS

- name: Notify failure
if: ${{ failure() }}
run: curl -d "CI: API FAIL 😞" https://ntfy.sh/ooni-7aGhaS
run: curl -d "CI API FAIL 😞" https://ntfy.sh/ooni-7aGhaS

#- name: debug docker
# if: always()
Expand Down

0 comments on commit 5f74d1c

Please sign in to comment.