Skip to content

Commit 524aad1

Browse files
committed
fix: specify ref for checkout step in GitHub Actions workflow
1 parent c76429c commit 524aad1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/develop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- name: Checkout code
2020
uses: actions/checkout@v4
21+
with:
22+
ref: develop
2123

2224
- name: Set up Node.js
2325
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)