Skip to content

Commit

Permalink
ci: set ref for checkout task
Browse files Browse the repository at this point in the history
  • Loading branch information
msudgh committed Dec 18, 2023
1 parent 8e5af9d commit 199eee8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}

- name: Set up Node.js
uses: actions/setup-node@v2
Expand Down

0 comments on commit 199eee8

Please sign in to comment.