Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Doeunnkimm committed Jun 25, 2024
1 parent a0e332b commit e21d480
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/slack-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
- name: Check out the repository
uses: actions/checkout@v2

- name: Debug - List files in .github directory
run: ls -la .github

- name: Debug - Cat user-mapping.json
run: cat .github/user-mapping.json

- name: Read user mapping from JSON
id: read_user_mapping
run: |
Expand Down

0 comments on commit e21d480

Please sign in to comment.