We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab4b1c commit d3e2cadCopy full SHA for d3e2cad
.github/workflows/tests.yml
@@ -68,4 +68,4 @@ jobs:
68
steps:
69
- name: Deploy
70
if: github.repository == 'laravelio/laravel.io' && github.ref_name == 'main'
71
- run: curl ${{ secrets.ENVOYER_HOOK }}?sha=${{ github.sha }}
+ run: curl ${{ secrets.ENVOYER_HOOK }}?commit_hash=${{ github.sha }}
0 commit comments