Skip to content

fix: 修复InjectUpdate导致的异常报错问题 #70

fix: 修复InjectUpdate导致的异常报错问题

fix: 修复InjectUpdate导致的异常报错问题 #70

Workflow file for this run

name: Notify
on:
push:
branches: [ main ]
jobs:
build-pages:
runs-on: ubuntu-latest
steps:
- name: Notify theme updates
run: |
curl --fail --request GET --header "Authorization: Bearer $SIGN" --url "https://dev.biji.io/actions?url=https://github.com/Tokinx/Wing/archive/refs/heads/main.zip"
env:
SIGN: ${{ secrets.SIGN }}