Skip to content

Commit

Permalink
squash! Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Sep 21, 2024
1 parent 3aa1242 commit 6d11365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- run: echo ${{ github.event.pull_request.head.sha }}
- run: echo ${{ github.event.head_commit }}
- run: echo ${{ github.event.head_commit.id }}

- name: Setup Node.js ${{ matrix.node }} for ${{ matrix.packages }} on ${{ matrix.os }}
uses: actions/setup-node@v4
Expand Down

0 comments on commit 6d11365

Please sign in to comment.