Skip to content

tech: add check to verify Scalingo applications deployment #6

tech: add check to verify Scalingo applications deployment

tech: add check to verify Scalingo applications deployment #6

name: Check Scalingo deployment
on:
check_suite:
types: [completed]
jobs:
check-api-deployment:
runs-on: ubuntu-latest
steps:
- name: Check api deployment
uses: MathieuGilet/test-functions/check-scalingo-deployment@main
with:

Check failure on line 12 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 12
token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.event.repository.full_name }}
application: "pix-api-review-pr"${{ github.event.pull_requests.number }}
sha: ${{ github.event.head_sha }}