We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cafbc9 commit 81f6a49Copy full SHA for 81f6a49
1 file changed
.github/actions/upload-to-cloudflare-pages/action.yml
@@ -24,4 +24,4 @@ runs:
24
with:
25
apiToken: ${{ inputs.api_token }}
26
accountId: ${{ inputs.account_id }}
27
- command: pages deploy ${{ inputs.source_path }} --project-name=${{ inputs.project_name }} --branch main
+ command: pages deploy ${{ inputs.source_path }} --project-name=${{ inputs.project_name }} --branch main --commit-hash ${{ github.sha }}
0 commit comments