Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #4 from sm1990/5802
Browse files Browse the repository at this point in the history
Resolve path issue in ballerina-guides sample
  • Loading branch information
anupama-pathirage authored Dec 2, 2022
2 parents 6dbc930 + e838113 commit 51cb203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/update_dev_website.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def main():

commit_message = 'Update Ballerina in Action samples'
try:
update = commit_file('components/home-page/bal-action/working-with-data.md', updated_file, 'update-working-with-data', commit_message)[0]
update = commit_file('components/home-page/bal-action/action-bbe/working-with-data.md', updated_file, 'update-working-with-data', commit_message)[0]

if update:
pr_title = '[Automated] Update Ballerina in Action samples'
Expand Down

0 comments on commit 51cb203

Please sign in to comment.