Skip to content

Commit 1569d22

Browse files
committed
Update upload-cloud-storage + use full_commit_message
1 parent 52a0d5d commit 1569d22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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
@@ -66,8 +66,8 @@ jobs:
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 }})'

0 commit comments

Comments
 (0)