Skip to content

Commit

Permalink
Add debug commit
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Aug 1, 2024
1 parent ff6496e commit ca158dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/process_kava_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: "echo"
run: "echo $GITHUB_WORKSPACE"
- name: "ls"
run: "ls -la $GITHUB_WORKSPACE"

- name: Set up Go
uses: actions/setup-go@v5
with:
Expand All @@ -34,6 +39,8 @@ jobs:
with:
repository: Kava-Labs/kava

- name: "echo"
run: "echo $GITHUB_WORKSPACE"
- name: "ls"
run: "ls -la $GITHUB_WORKSPACE"

Expand Down

0 comments on commit ca158dd

Please sign in to comment.