We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 881ad43 commit e078366Copy full SHA for e078366
.github/workflows/check-changelog.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install bun
20
run: |
21
curl -fsSL https://bun.sh/install | bash
22
- export PATH="$HOME/.bun/bin:$PATH"
+ source /home/runner/.bashrc
23
24
- name: Run check_changelog_prs script
25
working-directory: ci
0 commit comments