Skip to content

Commit

Permalink
fix(.github): update checkout reference to use github.ref
Browse files Browse the repository at this point in the history
  • Loading branch information
narekhovhannisyan committed Jan 9, 2025
1 parent 54794de commit 3dbf094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.repository.default_branch }}
ref: ${{ github.ref }}

- name: Setup Node.js
uses: actions/setup-node@v4
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.repository.default_branch }}
ref: ${{ github.ref }}

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 3dbf094

Please sign in to comment.