File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 with :
3232 credentials_json : ' ${{ secrets.GCP_CREDENTIALS }}'
3333
34- - uses : google-github-actions/upload-cloud-storage@v1
34+ - uses : google-github-actions/upload-cloud-storage@v2.2.0
3535 with :
3636 path : public/search/search_index.json
3737 destination : cp-algorithms
6666 uses : peaceiris/actions-gh-pages@v4
6767 with :
6868 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
7171 publish_dir : public/${{ steps.get-pr-number.outputs.pr_number }}
7272 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 }})'
You can’t perform that action at this time.
0 commit comments