|
31 | 31 | with:
|
32 | 32 | credentials_json:'${{ secrets.GCP_CREDENTIALS }}'
|
33 | 33 |
|
34 |
| - -uses:google-github-actions/upload-cloud-storage@v1 |
| 34 | + -uses:google-github-actions/upload-cloud-storage@v2.2.0 |
35 | 35 | with:
|
36 | 36 | path:public/search/search_index.json
|
37 | 37 | destination:cp-algorithms
|
|
66 | 66 | uses:peaceiris/actions-gh-pages@v4
|
67 | 67 | with:
|
68 | 68 | github_token:${{ github.token }}
|
69 |
| -user_name:'github-actions[bot]' |
70 |
| -user_email:'github-actions[bot]@users.noreply.github.com' |
| 69 | +user_name:github-actions[bot] |
| 70 | +user_email:github-actions[bot]@users.noreply.github.com |
71 | 71 | publish_dir:public/${{ steps.get-pr-number.outputs.pr_number }}
|
72 | 72 | destination_dir:${{ steps.get-pr-number.outputs.pr_number }}
|
73 |
| -commit_message:'Preview for the PR #${{ steps.get-pr-number.outputs.pr_number }} (commit ${{ github.event.workflow_run.head_sha }})' |
| 73 | +full_commit_message:'Preview for the PR #${{ steps.get-pr-number.outputs.pr_number }} (commit ${{ github.event.workflow_run.head_sha }})' |