Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update Cloudflare Workers deployment workflow to include reposi…
…tory name This commit updates the Cloudflare Workers deployment workflow to include the extraction of the repository name. By utilizing the GitHub Actions `::set-output` command, the repository name is extracted from the `GITHUB_REPOSITORY` environment variable and stored as an output. This output is then used as a parameter in the `wrangler deploy` command, ensuring that the deployed Cloudflare Worker is associated with the correct repository. This enhancement improves the accuracy and organization of the deployment process.
- Loading branch information