Skip to content

Commit

Permalink
ci: another try for working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
PengyuanZhao committed Feb 9, 2024
1 parent 0a29f63 commit 8756dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-homebrew-formula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
path: docs_lw
token: ${{ secrets.TOKEN }}
- name: Update CLI Version
working-directory: docs_lw
env:
GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }}
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
run: |
cd docs_lw
echo ${{ github.workspace }}
sudo apt-get update -y
sudo apt-get install gpg-agent -y
Expand Down

0 comments on commit 8756dae

Please sign in to comment.