Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Dec 21, 2023
1 parent c3693cb commit 46bfe80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
# TODO: Remove
- name: Debug
run: |
echo "head_ref={{ github.head_ref }}"
echo "ref_name={{ github.ref_name }}"
echo "head_ref=${{ github.head_ref }}"
echo "ref_name=${{ github.ref_name }}"
- name: Publish Package Preview
id: package-preview
Expand Down

0 comments on commit 46bfe80

Please sign in to comment.