Skip to content

Commit

Permalink
added the bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
sambhavgupta0705 committed Nov 14, 2023
1 parent 6467420 commit 8713a1b
Showing 1 changed file with 1 addition 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

0 comments on commit 8713a1b

Please sign in to comment.