Skip to content

Commit

Permalink
init: get ngrok url
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan_Chen committed May 2, 2024
1 parent b828fbe commit a26306d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/pull_url.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Update Ngrok URL

on:
workflow_dispatch: # 手动触发
schedule:
- cron: '0 * * * *' # 每小时运行一次

Expand All @@ -12,14 +13,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '14'

- name: Install dependencies
run: npm install

- name: Get Ngrok URL
run: |
# 使用 curl 获取 ngrok URL,并将结果保存到临时文件
Expand Down

0 comments on commit a26306d

Please sign in to comment.