Skip to content

Commit

Permalink
refactor: add the missing bracket (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
sambhavgupta0705 authored Nov 14, 2023
1 parent 13606c1 commit cbaa00a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-extensions-in-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
const existingFileData = await fs.readFile(filePath, 'utf8');
const updatedContent = newData + existingFileData;
await fs.writeFile(filePath, updatedContent);
}
- name: Copy extensions folder from Current Repo to Another
working-directory: ./website
run: |
Expand Down
1 change: 1 addition & 0 deletions extensions/x.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This extension allows you to provide the Twitter username of the account represe

## Extension Definition


### Type: String

Name of the Twitter username.
Expand Down

0 comments on commit cbaa00a

Please sign in to comment.