Skip to content

Commit

Permalink
ci: add the missing bracket (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
sambhavgupta0705 authored Nov 15, 2023
1 parent cbaa00a commit fba93b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-extensions-in-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +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: 0 additions & 1 deletion extensions/x.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ 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 fba93b4

Please sign in to comment.