Create deploy.yml
This commit is contained in:
parent
b7368e8116
commit
9327ba6faf
1 changed files with 14 additions and 0 deletions
14
.github/workflows/deploy.yml
vendored
Normal file
14
.github/workflows/deploy.yml
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
name: Sheets Deploy Hook
|
||||
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
notify:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Send GET request to Sheets Deploy Hook
|
||||
run: curl -X GET "$SHEETS_DEPLOY_HOOK"
|
||||
env:
|
||||
SHEETS_DEPLOY_HOOK: ${{ secrets.SHEETS_DEPLOY_HOOK }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue