{"id":17001405,"url":"https://github.com/markpatterson27/update-open-in-vscode-link","last_synced_at":"2026-02-13T20:13:45.971Z","repository":{"id":104770873,"uuid":"384794929","full_name":"markpatterson27/update-open-in-vscode-link","owner":"markpatterson27","description":"GitHub Action that updates the open in VS Code link for the current repository. Useful for template or forked repositories.","archived":false,"fork":false,"pushed_at":"2021-07-10T23:29:17.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T09:09:21.824Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/markpatterson27.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-10T21:23:31.000Z","updated_at":"2021-07-10T23:12:21.000Z","dependencies_parsed_at":"2023-05-29T18:00:12.531Z","dependency_job_id":null,"html_url":"https://github.com/markpatterson27/update-open-in-vscode-link","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markpatterson27%2Fupdate-open-in-vscode-link","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markpatterson27%2Fupdate-open-in-vscode-link/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markpatterson27%2Fupdate-open-in-vscode-link/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markpatterson27%2Fupdate-open-in-vscode-link/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markpatterson27","download_url":"https://codeload.github.com/markpatterson27/update-open-in-vscode-link/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244931587,"owners_count":20534010,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T04:24:51.991Z","updated_at":"2025-09-25T13:27:51.781Z","avatar_url":"https://github.com/markpatterson27.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Update Open in VSCode Link\n\n[![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/markpatterson27/update-open-in-vscode-link)\n\nGitHub Action that parses README and updates the 'Open in Visual Studio Code' link to work for the current repository. Intended use is for template or forked repositories, to update the link from the original respoitory to the new copied repository.\n\n## Usage\n\nAn example workflow\n\n```yaml\nname: Update Link\n\non:\n  create:\n\n  # Allows you to run this workflow manually from the Actions tab\n  workflow_dispatch:\n\njobs:\n  build:\n    name: Update link\n    runs-on: ubuntu-latest\n    if: ${{ github.ref == 'refs/heads/main' }}\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v2\n\n      - name: Update link action step\n        uses: markpatterson27/update-open-in-vscode-link@v1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkpatterson27%2Fupdate-open-in-vscode-link","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkpatterson27%2Fupdate-open-in-vscode-link","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkpatterson27%2Fupdate-open-in-vscode-link/lists"}