Skip to content

Commit

Permalink
Fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyentvan7 committed Dec 20, 2023
1 parent e12218b commit 18ebff5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
uses: actions-cool/maintain-one-comment@v3
with:
body: |
[${{ inputs.frontend_name }}] [${{ steps.output-date.outputs.date }}] - Building version ${{ inputs.ref }}
[${{ inputs.frontend_name }}] [${{ steps.output-date.outputs.date }}] - Building version $(git rev-parse HEAD)
body-include: '<!-- Created by actions-cool/maintain-one-comment -->'
update-mode: 'append'
- name: Build genshin-optimizer (Webpack)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-go-pando-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
frontend_name: 'gi-frontend'
repo_full_name: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.merge_commit_sha }}
ref: ''
deployment_name: ${{ github.event.number }}
pr_repo: ${{ vars.PR_REPO }}
show_dev_components: ${{ contains(github.event.pull_request.labels.*.name, 'showDevComponents') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-go-wr-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
frontend_name: 'frontend'
repo_full_name: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.merge_commit_sha }}
ref: ''
deployment_name: ${{ github.event.number }}
pr_repo: ${{ vars.PR_REPO }}
show_dev_components: ${{ contains(github.event.pull_request.labels.*.name, 'showDevComponents') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-sro-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
frontend_name: 'sr-frontend'
repo_full_name: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.merge_commit_sha }}
ref: ''
deployment_name: ${{ github.event.number }}
pr_repo: ${{ vars.PR_REPO }}
show_dev_components: ${{ contains(github.event.pull_request.labels.*.name, 'showDevComponents') }}
Expand Down

0 comments on commit 18ebff5

Please sign in to comment.