Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1569d22

Browse files
committed
Update upload-cloud-storage + use full_commit_message
1 parent52a0d5d commit1569d22

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)

[8]ページ先頭

©2009-2025 Movatter.jp