Skip to content

Commit

Permalink
chore(ci): add pipeline to check for API contract updates
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Kisler <admin@dkisler.com>
  • Loading branch information
kislerdm committed Jul 26, 2023
1 parent 903e89a commit 9a19820
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/check-api-spec-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@ jobs:
name: Notify
needs:
- compare_to_new_spec
# if: needs.compare_to_new_spec.outputs.isNew == 'true'
if: needs.compare_to_new_spec.outputs.isNew == 'true'
steps:
# - name: Telegram
# uses: appleboy/telegram-action@master
# with:
# to: ${{ secrets.TELEGRAM_TO }}
# token: ${{ secrets.TELEGRAM_TOKEN }}
# message: |
# New Neon API spec has been detected. Please take action.
#
# The message was sent from https://github.com/kislerdm/neon-sdk-go
# Get in touch for details: admin@dkisler.com
# continue-on-error: true
- name: Telegram
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: |
New Neon API spec has been detected. Please take action.
The message was sent from https://github.com/kislerdm/neon-sdk-go
Get in touch for details: admin@dkisler.com
continue-on-error: true
- name: Ntfy
run: |
curl \
Expand Down

0 comments on commit 9a19820

Please sign in to comment.