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