Skip to content

Commit e078366

Browse files
committed
f
1 parent 881ad43 commit e078366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install bun
2020
run: |
2121
curl -fsSL https://bun.sh/install | bash
22-
export PATH="$HOME/.bun/bin:$PATH"
22+
source /home/runner/.bashrc
2323
2424
- name: Run check_changelog_prs script
2525
working-directory: ci

0 commit comments

Comments
 (0)