Skip to content

Commit

Permalink
fix: install pnpm in invoke fernbot action
Browse files Browse the repository at this point in the history
  • Loading branch information
armandobelardo committed May 7, 2024
1 parent 08775c7 commit 3fe6dbb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/invoke-fern-bot-update-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
CO_API_KEY: ${{ secrets.DEV_CO_API_KEY }}
REPO_TO_RUN_ON: ${{ github.event.inputs.repo }}
steps:
- uses: actions/checkout@v4
- name: 📥 Install
uses: ./.github/actions/install
- name: 🚀 serverless deploy
run: |
pnpm --filter "@fern-platform/fern-bot" install
Expand All @@ -45,6 +48,9 @@ jobs:
CO_API_KEY: ${{ secrets.PROD_CO_API_KEY }}
REPO_TO_RUN_ON: ${{ github.event.inputs.repo }}
steps:
- uses: actions/checkout@v4
- name: 📥 Install
uses: ./.github/actions/install
- name: 🚀 serverless deploy
run: |
pnpm --filter "@fern-platform/fern-bot" install
Expand Down

0 comments on commit 3fe6dbb

Please sign in to comment.