Skip to content

Commit

Permalink
Check deployment by removing git credentials from ci.yml
Browse files Browse the repository at this point in the history
Signed-off-by: srikant <[email protected]>
  • Loading branch information
srikant-ch5 committed Mar 1, 2024
1 parent 547fd65 commit 41dbda1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand Down
2 changes: 1 addition & 1 deletion docs/2.4.4-Notification-Message-Specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ where:

* **title** (string or JSX object): the title of the notification message.

* **content** (string or JSX object): the body of the notification message
* **content** (string or JSX object): the body of the notification message.

* **callback** (function): an optional callback function that will be called when the notification message is clicked. Callback function is called with one parameter, `id`

Expand Down

0 comments on commit 41dbda1

Please sign in to comment.