Skip to content

Commit

Permalink
Add final action
Browse files Browse the repository at this point in the history
  • Loading branch information
K0IN committed Jun 23, 2024
1 parent 6501f7b commit d518ee9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy-deno-deploy-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,11 @@ jobs:
steps:
- uses: denoland/setup-deno@v1
with:
deno-version: vx.x.x
deno-version: vx.x.x\
- run: |
echo "Waiting for the deploy branch to be updated"
sleep 30
- name: Notify demo
run: |
deno run --allow-net --unstable --import-map https://raw.githubusercontent.com/K0IN/Notify/main/app/backend/deno.json https://raw.githubusercontent.com/K0IN/Notify/main/app/backend/main.ts notify -r https://notify-demo.deno.dev/api/notify -t "New notify version" -m "New Version Released ${major}.${minor}"
deno run --allow-net --unstable --import-map https://raw.githubusercontent.com/K0IN/Notify/main/app/backend/deno.json https://raw.githubusercontent.com/K0IN/Notify/main/app/backend/main.ts notify -r https://notify-demo.deno.dev/api/notify -t "New notify version" -m "New Version Released ${{github.ref}}"
16 changes: 0 additions & 16 deletions .github/workflows/notify-on-push.yml

This file was deleted.

0 comments on commit d518ee9

Please sign in to comment.