diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e5b24e2..b425a11 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,7 +10,7 @@ This pr adds user login function, includes: Example: -- 1. Use different test accounts for login tests, including correct user names and passwords, and incorrect user names and passwords. +- 1. Use different test accounts for login tests, including correct usernames and passwords, and incorrect usernames and passwords. - 2. ... ## Related Issue @@ -21,4 +21,4 @@ Example: Issue #123 ## Notes -- Example: Links and navigation need to be added to the front-end interface \ No newline at end of file +- Example: Links and navigation need to be added to the front-end interface diff --git a/.github/workflows/prod-test.yml b/.github/workflows/prod-test.yml index bed16c8..87f8813 100644 --- a/.github/workflows/prod-test.yml +++ b/.github/workflows/prod-test.yml @@ -60,10 +60,10 @@ jobs: name: Push Slack Notification uses: storyprotocol/gha-workflows/.github/workflows/reusable-slack-notifs.yml@main with: - short-desc: "${{ github.repository }}: API Integration Tests of Prod have been completed. Check the results at https://storyprotocol.github.io/api-integration-tests/index.html" - title: "API Integration Test Results of Prod" + short-desc: "${{ github.repository }}: API Integration Tests for Prod have been completed. Check the results at https://storyprotocol.github.io/api-integration-tests/index.html" + title: "API Integration Test Results for Prod" img-url: "http://www.quickmeme.com/img/b9/b9848df257b95cd39585368475a4b4e4a3a8c774f7390226daecb79b912087ad.jpg" img-alt-text: "API Integration Test Results" secrets: channel-name: ${{ secrets.SLACK_CHANNEL_ID_API_INTEGRATION_TESTS }} - slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }} \ No newline at end of file + slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}