We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1260c03 commit 051c690Copy full SHA for 051c690
.github/workflows/check-scalingo-deployment.yaml
@@ -0,0 +1,14 @@
1
+name: Check Scalingo deployment
2
+on:
3
+ check_suite:
4
+ types: [completed]
5
+jobs:
6
+ check-api-deployment:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: 1024pix/pix-actions/check-scalingo-deployment@1b2e840880b97fd705ac1050e0409e2849914e2c
10
+ with:
11
+ token: ${{ secrets.GITHUB_TOKEN }}
12
+ repository: ${{ github.event.repository.full_name }}
13
+ application: "pix-api-review-pr"${{ github.event.pull_requests[0].number }}
14
+ sha: ${{ github.event.head_sha }}
0 commit comments