Skip to content

Commit fae74cb

Browse files
committed
ndfjk
1 parent ee55c52 commit fae74cb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/heroku-pull-request.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,13 @@ jobs:
7676
git config user.email "nobody@example.com" && \
7777
git commit -m "Disable Reline autocomplete"
7878
79+
- name: Clear and reset buildpacks
80+
env:
81+
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
82+
run: |
83+
heroku buildpacks:clear --app ${{ env.HEROKU_APP_NAME }}
84+
echo "Buildpacks cleared. Heroku will now use .buildpacks file."
85+
7986
- name: Push to Heroku
8087
run: git push heroku ${{ github.head_ref }}:main --force
8188

0 commit comments

Comments
 (0)