mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-01-19 09:38:21 +08:00
👷 update ci
This commit is contained in:
parent
145caee37a
commit
332a3a4f93
4
.github/workflows/site_deploy.yml
vendored
4
.github/workflows/site_deploy.yml
vendored
@ -33,12 +33,12 @@ jobs:
|
||||
run: echo "::set-env name=BRANCH_NAME::$(echo ${GITHUB_REF#refs/heads/})"
|
||||
|
||||
- name: Get Site ID
|
||||
if: env.BRANCH_NAME == "master"
|
||||
if: env.BRANCH_NAME == 'master'
|
||||
run: |
|
||||
echo "::set-env name=SITE_ID::${{ secrets.PROD_SITE_ID }}"
|
||||
|
||||
- name: Get Site ID
|
||||
if: env.BRANCH_NAME == "dev"
|
||||
if: env.BRANCH_NAME == 'dev'
|
||||
run: |
|
||||
echo "::set-env name=SITE_ID::${{ secrets.DEV_SITE_ID }}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user