From bbee399c9c98a8e4a61675d1ed73d9a65f6e080f Mon Sep 17 00:00:00 2001 From: HIKARI Date: Sat, 20 Jul 2024 15:35:49 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=87=E3=83=90=E3=83=83=E3=82=B0=E3=83=AD?= =?UTF-8?q?=E3=82=B0=E8=AA=BF=E6=9F=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/debug.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/debug.yml diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml new file mode 100644 index 0000000..fc10e4b --- /dev/null +++ b/.github/workflows/debug.yml @@ -0,0 +1,8 @@ +name: Debug log +on: push +jobs: + log: + runs-on: ubuntu-latest + steps: + - name: デバッグログ出力 + run: echo "::debug::This is a debug log" #デバッグログ有効時のみ \ No newline at end of file