Skip to content

Commit

Permalink
fix: add working-directory parameter to config step to support checki…
Browse files Browse the repository at this point in the history
…ng manifest in subdirectory pkgs
  • Loading branch information
austinletson committed Aug 18, 2024
1 parent 073c075 commit 0364462
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ runs:
: Configure Lean Action
${{ github.action_path }}/scripts/config.sh
shell: bash
working-directory: ${{ inputs.lake-package-directory }}

- uses: actions/cache@v4
if: ${{ inputs.use-github-cache == 'true' }}
Expand Down

0 comments on commit 0364462

Please sign in to comment.