We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 622f878 commit d10fea8Copy full SHA for d10fea8
.github/workflows/deploy.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Update GitHub Deployment Status to Success ✅
38
if: success()
39
- uses: octokit/request-action@v2
+ uses: octokit/request-action@v2.3.1
40
with:
41
route: POST /repos/${{ github.repository }}/deployments/${{ steps.create_deployment.outputs.deployment_id }}/statuses
42
token: ${{ secrets.GITHUB_TOKEN }}
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Update GitHub Deployment Status to Failure 🚫
48
if: failure()
49
50
51
52
0 commit comments