Skip to content

Commit e84c5fa

Browse files
committed
fix: incorrect path to the script
Signed-off-by: exploreriii <[email protected]>
1 parent 7cae583 commit e84c5fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bot-office-hours.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
DRY_RUN: "false" # will post
2727
run: |
28-
bash ./scripts/bot-office-hours.sh
28+
bash .github/scripts/bot-office-hours.sh

0 commit comments

Comments
 (0)