Skip to content

Commit

Permalink
chore: undo pnpm update home
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasuraj01 committed Sep 28, 2024
1 parent cfea1e4 commit 5ea2df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- name: setup environment variables
run: |
echo "COMMIT_MESSAGE=chore: auto updated dependencies on $(date +'%d/%m/%Y')" >> $GITHUB_ENV
echo "PNPM_HOME=$HOME/.local/share/pnpm" >> $GITHUB_ENV
- name: setup pnpm
uses: pnpm/action-setup@v4
Expand All @@ -43,6 +42,7 @@ jobs:
echo pnpm version = $(pnpm --version)
echo COMMIT_MESSAGE = $COMMIT_MESSAGE
echo PNPM_HOME = $PNPM_HOME
ls $PNPM_HOME
- name: update env
run: |
Expand Down

0 comments on commit 5ea2df4

Please sign in to comment.