Skip to content

Commit

Permalink
try fix working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Sup2point0 authored Apr 23, 2024
1 parent c73c543 commit 946c7a9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ai-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ on:
jobs:
run:
runs-on: ubuntu-latest
defaults:
run:
working-directory: '$HOME'
# defaults:
# run:
# working-directory: '$HOME'

steps:
- name: 'Git – set working directory'
run: echo "$HOME" >> $GITHUB_PATH

- name: 'Git – checkout'
uses: actions/checkout@v4

Expand Down

0 comments on commit 946c7a9

Please sign in to comment.