From 7016351c90f738cc229ff1b136096bf0adb1b315 Mon Sep 17 00:00:00 2001 From: Quantumedgecode <77795678+QuantumEdgeCode@users.noreply.github.com> Date: Tue, 26 Dec 2023 23:21:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9ip=E9=83=A8=E5=88=86=E5=90=AF=E7=94=A8?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E5=88=86=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 4864e6f..ba6feda 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -16,7 +16,10 @@ jobs: - name: 'Get Date' run: echo "REPORT_DATE=$(TZ=':Asia/Shanghai' date '+%Y-%m-%d %T')" >> $GITHUB_ENV - name: 'Get IP Address' - run: echo "IP_ADDRESS=$(curl -s https://api64.ipify.org?format=json | jq -r '.ip')" >> $GITHUB_ENV + run: | + set +x + echo "IP_ADDRESS=$(curl -s https://api64.ipify.org?format=json | jq -r '.ip')" >> $GITHUB_ENV + set -x - name: 'Send mail' uses: dawidd6/action-send-mail@master with: