Skip to content

Commit

Permalink
Rephrase wording
Browse files Browse the repository at this point in the history
Signed-off-by: Thanawan Atchariyachanvanit <[email protected]>
  • Loading branch information
thanawan-atc authored Jul 17, 2023
1 parent 44a611b commit 48974f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/model_uploader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
secret: ${{ github.TOKEN }}
approvers: ${{ steps.get_approvers.outputs.approvers }}
minimum-approvals: 1
issue-title: "Upload opensearch-py-ml model to Amazon S3 Bucket (${{ github.event.inputs.model_id }})"
issue-title: "Upload Model to OpenSearch Model Hub (${{ github.event.inputs.model_id }})"
issue-body: ${{ steps.create_issue_body.outputs.issue_body }}
exclude-workflow-initiator-as-approver: false

Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
id: commit
with:
commit_message: 'Update MODEL_UPLOAD_HISTORY.md (${{ github.event.inputs.model_id }})'
commit_message: 'GitHub Actions Workflow - Update MODEL_UPLOAD_HISTORY.md (${{ github.event.inputs.model_id }})'
commit_options: '--signoff'
repository: ./utils/model_uploader/upload_history
file_pattern: MODEL_UPLOAD_HISTORY.md supported_models.json

0 comments on commit 48974f8

Please sign in to comment.