Skip to content

Commit

Permalink
Create action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
komish authored Jan 26, 2024
1 parent 4fb71b8 commit bf0d104
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/actions/debugging/action.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Show Calling Context
description: Prints GitHub contexts for debugging
runs:
using: composite
steps:
- name: Show Information
shell: bash
run: |
echo $(env | grep -v TOKEN | grep GITHUB | sed -e 's/=/ = /g' | column -t)

0 comments on commit bf0d104

Please sign in to comment.