配置文件修正
This commit is contained in:
parent
719e02af5c
commit
eccf13930d
@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
domain_check:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: DefaultRunner
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
@ -36,4 +36,4 @@ jobs:
|
||||
today=$(date +%Y-%m-%d)
|
||||
gitea release create --title "Domain Check $today" --assets "domain_$today.txt"
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
GITEA_TOKEN: ${{ secrets.TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user