ACTIONS配置文件修正
Daily Domain Check / domain_check (push) Failing after 57s Details

This commit is contained in:
ahdoawhfo 2024-08-19 12:35:37 +08:00
parent 1d7726fab6
commit 7d3eeeb73f
Signed by: ahdoawhfo
GPG Key ID: 5B4A734D16322C1D
1 changed files with 4 additions and 1 deletions

View File

@ -7,9 +7,12 @@ on:
jobs:
domain_check:
runs-on: Default
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v3
with: