From 206b3efc8d778aa46edaee3d5dbec1791d3cc267 Mon Sep 17 00:00:00 2001 From: Ittipat Lusuk Date: Wed, 6 Aug 2025 18:16:17 +0700 Subject: [PATCH] Updated ci.yml --- .forgejo/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 4b55419..d457d10 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: run: npm install - name: Show heartbeat.js version and changelogs run: | - awk '/const heartbeatApiInfo = {/,/};/' plugins/heartbeat.js | grep -E 'version:|changelogs:' + awk '/const heartbeatApiInfo = {/,/};/' plugins/heartbeat.js | sed -n '/version:/,/],/p' # - name: Run application # run: npm start # env: