Skip to content

Commit

Permalink
Update rate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RumbleKAT authored Jun 9, 2023
1 parent f0a3311 commit e139baf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@ jobs:
curl -X POST https://myhome-apply.vercel.app/api/data/document \
-H "Content-Type: application/json" \
-d '{ "path": "StdRate.json" }'
sleep-step:
runs-on: ubuntu-latest
steps:
- name: Sleep for 10 seconds
uses: jakejarvis/wait-action@master
with:
time: '10s'

1 comment on commit e139baf

@vercel
Copy link

@vercel vercel bot commented on e139baf Jun 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

myhome-apply – ./

myhome-apply-git-main-rumblekat.vercel.app
myhome-apply.vercel.app
myhome-apply-rumblekat.vercel.app

Please sign in to comment.