From 6d12d1b543cd62f18f93a1a99518e71002c91268 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Fri, 9 Dec 2022 13:29:40 +0800 Subject: [PATCH] chore: update workflows config. --- .github/workflows/ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ee242f..0082fd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,6 +69,16 @@ jobs: branch: gh-pages path: README.md + - name: Read src/index.ts + id: tsfile2 + # uses: jaywcjlove/github-action-read-file@main + uses: ./ + with: + localfile: src/index.ts + + - name: Echo (content) src/index.ts + run: echo "${{ steps.tsfile2.outputs.content }}" + - name: Echo README.md(gh-pages) run: echo "${{ steps.ghpages.outputs.content }}"