Skip to content

check shallow repo

check shallow repo #26

Workflow file for this run

name: Deploy to Heroku Testing Environment
on:
workflow_dispatch:
push:
branches: [ci]
jobs:
deploy:
environment: ljsimpleregisterlookup-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- run: |
git status
git submodule status
git submodule init
git submodule update
git submodule status
git status --porcelain
git rev-parse --is-shallow-repository
- uses: akhileshns/[email protected]
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: ${{ vars.APP_NAME }}
heroku_email: ${{ secrets.HEROKU_EMAIL }}
# healthcheck: ${{ vars.APP_HEALTHCHECK_LINK }}
# delay: 3
# dontuseforce: true