Skip to content

Commit d3e2cad

Browse files
authored
Update deployment command to use commit_hash parameter
1 parent cab4b1c commit d3e2cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ jobs:
6868
steps:
6969
- name: Deploy
7070
if: github.repository == 'laravelio/laravel.io' && github.ref_name == 'main'
71-
run: curl ${{ secrets.ENVOYER_HOOK }}?sha=${{ github.sha }}
71+
run: curl ${{ secrets.ENVOYER_HOOK }}?commit_hash=${{ github.sha }}

0 commit comments

Comments
 (0)