Skip to content

Commit

Permalink
apply the same CI: false fix to the last fern-bot action
Browse files Browse the repository at this point in the history
  • Loading branch information
armandobelardo authored May 11, 2024
1 parent e16f726 commit 587f590
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/invoke-fern-bot-update-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
GITHUB_APP_WEBHOOK_SECRET: ${{ secrets.FERN_BOT_DEV_GITHUB_APP_WEBHOOK_SECRET }}
CO_API_KEY: ${{ secrets.DEV_CO_API_KEY }}
REPO_TO_RUN_ON: ${{ github.event.inputs.repo }}
CI: false
steps:
- uses: actions/checkout@v4
- name: 📥 Install
Expand All @@ -51,6 +52,7 @@ jobs:
GITHUB_APP_WEBHOOK_SECRET: ${{ secrets.FERN_BOT_PROD_GITHUB_APP_WEBHOOK_SECRET }}
CO_API_KEY: ${{ secrets.PROD_CO_API_KEY }}
REPO_TO_RUN_ON: ${{ github.event.inputs.repo }}
CI: false
steps:
- uses: actions/checkout@v4
- name: 📥 Install
Expand Down

0 comments on commit 587f590

Please sign in to comment.