From 243b8bd97b92754e3e92a3a7b45850da67358355 Mon Sep 17 00:00:00 2001 From: Mahmoud Abdelwahab Date: Thu, 1 Feb 2024 20:39:52 +0200 Subject: [PATCH] Update workflow in README.md --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index ac0e835..0419fc4 100644 --- a/README.md +++ b/README.md @@ -53,14 +53,4 @@ The workflow has a single job called `production-deploy` and it consists of the `.github/workflows/delete-neon-branch.yml` automates the cleanup of branches in Neon. It is activated on a `pull_request` event with the action `closed`. This will ensure that Neon branches are deleted when a pull request is closed/merged. -The workflow uses [`neondatabase/delete-branch-action@v3.1.3`](https://github.com/neondatabase/delete-branch-action/tree/v3.1.3/) action which uses the `NEON_API_KEY` and `NEON_PROJECT_ID` secrets that are set in the repository. - - - - - - - - - - +The workflow uses [`neondatabase/delete-branch-action@v3.1.3`](https://github.com/neondatabase/delete-branch-action/tree/v3.1.3/) action which uses the `NEON_API_KEY` and `NEON_PROJECT_ID` secrets that are set in the repository. \ No newline at end of file