From 8aa8122fa8d711db5dc0ebc315de9e218faeb484 Mon Sep 17 00:00:00 2001 From: jonathancaleb Date: Wed, 12 Jun 2024 16:17:43 +0300 Subject: [PATCH 1/2] Logo: "modifications" :love_you_gesture: --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11f07e4..65209aa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- Enoflow logo + Enoflow logo

Enoflow
Rethinking Productivity


From b2ac88289b796c0af043340a8b605557d1e1f314 Mon Sep 17 00:00:00 2001 From: jonathancaleb Date: Wed, 12 Jun 2024 17:40:15 +0300 Subject: [PATCH 2/2] Core: updated neon actions to v5 --- .github/workflows/pr-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index 9007024..1b04bc7 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -41,7 +41,7 @@ jobs: - name: Create Neon Branch id: create-branch - uses: neondatabase/create-branch-action@v4 + uses: neondatabase/create-branch-action@v5 with: project_id: ${{ env.NEON_PROJECT_ID }} branch_name: pr-${{ github.event.number }}-${{ steps.branch_name.outputs.current_branch }}