Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
fix ding
Browse files Browse the repository at this point in the history
  • Loading branch information
星冉 authored May 11, 2022
1 parent 874bbc7 commit fffdf76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sslt Go Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ jobs:
# 获取 用户仓库 设置的 URL, 如果没有就输出 Github 地址
URL="$(jq -r .homepage <(echo ${RESPONSE}))"
if [[ "${URL}" != "null" || "${URL}" != "" ]]; then
echo "::set-output name=URL::${URL}"
else
if [[ "${URL}" =~ (null|) ]]; then
echo "::set-output name=URL::${{ GITHUB.SERVER_URL }}/${{ GITHUB.REPOSITORY }}"
else
echo "::set-output name=URL::${URL}"
fi
-
name: Send dingding notify
Expand Down

0 comments on commit fffdf76

Please sign in to comment.