Skip to content

tech: add check to verify Scalingo applications deployment #1

tech: add check to verify Scalingo applications deployment

tech: add check to verify Scalingo applications deployment #1

name: Check Scalingo deployment
on:
check_suite:
types: [completed]
jobs:
check-api-deployment:
runs-on: ubuntu-latest
steps:
- uses: 1024pix/pix-actions/check-scalingo-deployment@1b2e840880b97fd705ac1050e0409e2849914e2c
with:

Check failure on line 10 in .github/workflows/check-scalingo-deployment.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/check-scalingo-deployment.yaml

Invalid workflow file

You have an error in your yaml syntax on line 10
token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.event.repository.full_name }}
application: "pix-api-review-pr"${{ github.event.pull_requests[0].number }}
sha: ${{ github.event.head_sha }}