Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 9, 2022
1 parent 17893a4 commit 6d12d1b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

Expand Down

0 comments on commit 6d12d1b

Please sign in to comment.