Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Aug 26, 2024
1 parent b3946e3 commit a297c03
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ jobs:
}
- uses: actions/checkout@v4
with:
ref: refs/pull/${{ github.event.issue.number }}/head

- name: debug
run: |
git branch
git remote -v
- uses: ./.github/actions/setup-and-cache

Expand Down

0 comments on commit a297c03

Please sign in to comment.