Skip to content

Commit

Permalink
デバッグログ調査
Browse files Browse the repository at this point in the history
  • Loading branch information
HIKARI committed Jul 20, 2024
1 parent 11fdce1 commit bbee399
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
@@ -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" #デバッグログ有効時のみ

0 comments on commit bbee399

Please sign in to comment.